public class TokenWithIndex extends CommonToken
col, line, textbadToken, EOF_TYPE, INVALID_TYPE, MIN_USER_TYPE, NULL_TREE_LOOKAHEAD, SKIP, type| Constructor and Description |
|---|
TokenWithIndex() |
TokenWithIndex(int i,
String t) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
void |
setIndex(int i) |
String |
toString() |
getColumn, getLine, getText, setColumn, setLine, setTextgetFilename, getType, setFilename, setTypepublic TokenWithIndex()
public TokenWithIndex(int i,
String t)
public void setIndex(int i)
public int getIndex()
public String toString()
toString in class CommonTokenCopyright © 2017–2019 Eclipse Foundation. All rights reserved.