java_cup.runtime
public static class ComplexSymbolFactory.Location extends Object
| Constructor Summary | |
|---|---|
| Location(String unit, int line, int column) | |
| Location(int line, int column) | |
| Method Summary | |
|---|---|
| int | getColumn() |
| int | getLine() |
| String | getUnit() |
| String | toString() |