public class SourceLocation extends Object
| Constructor and Description |
|---|
SourceLocation(int line,
int column,
String fileName) |
SourceLocation(TParseTreeNode definitionNode) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
TParseTreeNode |
getDefinitionNode() |
String |
getFileName() |
int |
getLine() |
String |
toString() |
public SourceLocation(TParseTreeNode definitionNode)
public SourceLocation(int line, int column, String fileName)
public TParseTreeNode getDefinitionNode()
public int getLine()
public int getColumn()
public String getFileName()