antlr
public class TokenWithIndex extends CommonToken
| Field Summary | |
|---|---|
| int | index Index into token array indicating position in input stream |
| Constructor Summary | |
|---|---|
| TokenWithIndex() | |
| TokenWithIndex(int i, String t) | |
| Method Summary | |
|---|---|
| int | getIndex() |
| void | setIndex(int i) |
| String | toString() |