public static class ComplexSymbolFactory.Location
extends java.lang.Object
Constructor and Description |
---|
Location(int line,
int column) |
Location(java.lang.String unit,
int line,
int column) |
Modifier and Type | Method and Description |
---|---|
int |
getColumn() |
int |
getLine() |
java.lang.String |
getUnit() |
java.lang.String |
toString() |