public class Block extends Object
| Constructor and Description |
|---|
Block() |
| Modifier and Type | Method and Description |
|---|---|
int |
getEndLineNumber()
Returns the line number of the end of the duplication.
|
String |
getSourceFile()
Returns the file name.
|
int |
getStartLineNumber()
Returns the line number of the start of the duplication.
|
void |
setEndLineNumber(int endLineNumber)
Sets the line number of the end of the duplication to the specified
value.
|
void |
setSourceFile(String sourceFile)
Sets the file name to the specified value.
|
void |
setStartLineNumber(int startLineNumber)
Sets the line number of the start of the duplication to the specified
value.
|
public String getSourceFile()
public void setSourceFile(String sourceFile)
sourceFile - the value to setpublic int getStartLineNumber()
public void setStartLineNumber(int startLineNumber)
startLineNumber - the value to setpublic int getEndLineNumber()
public void setEndLineNumber(int endLineNumber)
endLineNumber - the value to setCopyright © 2018. All rights reserved.