public class GrammarToken extends CommonToken
| Modifier and Type | Field and Description |
|---|---|
Grammar |
g
|
int |
originalTokenIndex
|
| Constructor and Description |
|---|
GrammarToken(Grammar
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCharPositionInLine()
|
int |
getLine()
|
int |
getStartIndex()
|
int |
getStopIndex()
|
int |
getTokenIndex()
|
String |
toString()
|
public Grammarg
public int originalTokenIndex
public GrammarToken(Grammarg, Token oldToken)
public int getCharPositionInLine()
public int getLine()
public int getTokenIndex()
public int getStartIndex()
public int getStopIndex()
public StringtoString()