public class SourceFile extends Object
| Constructor and Description |
|---|
SourceFile() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLine()
Returns the line of the duplication.
|
String |
getPath()
Returns the path of this file.
|
void |
setLine(int line)
Sets the line of the duplication to the specified value.
|
void |
setPath(String path)
Sets the path of this file to the specified value.
|
public String getPath()
public void setPath(String path)
path - the value to setpublic int getLine()
public void setLine(int line)
line - the value to setCopyright © 2018. All rights reserved.