public class FileReference extends Object
| Constructor and Description |
|---|
FileReference() |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
String |
getFilename() |
int |
getLine() |
String |
getPath() |
void |
setColumn(int column) |
void |
setFilename(String filename) |
void |
setLine(int line) |
void |
setPath(String path) |
public String getPath()
public void setPath(String path)
public int getLine()
public void setLine(int line)
public int getColumn()
public void setColumn(int column)
public String getFilename()
public void setFilename(String filename)
Copyright © 2024. All rights reserved.