Public Member Functions | |
| InputBufferEvent (Object source) | |
| InputBufferEvent (Object source, int type, char c, int lookaheadAmount) | |
| char | getChar () |
| int | getLookaheadAmount () |
| String | toString () |
Static Public Attributes | |
| static final int | CONSUME = 0 |
| static final int | LA = 1 |
| static final int | MARK = 2 |
| static final int | REWIND = 3 |
Package Functions | |
| void | setChar (char c) |
| void | setLookaheadAmount (int la) |
| void | setValues (int type, char c, int la) |
Package Attributes | |
| char | c |
| int | lookaheadAmount |
| antlr.debug.InputBufferEvent.InputBufferEvent | ( | Object | source | ) |
CharBufferEvent constructor comment.
| source | java.lang.Object |
| antlr.debug.InputBufferEvent.InputBufferEvent | ( | Object | source, | |
| int | type, | |||
| char | c, | |||
| int | lookaheadAmount | |||
| ) |
CharBufferEvent constructor comment.
| source | java.lang.Object |
References antlr.debug.InputBufferEvent.setValues().
| char antlr.debug.InputBufferEvent.getChar | ( | ) |
References antlr.debug.InputBufferEvent.c.
Referenced by antlr.debug.InputBufferEvent.toString().
| int antlr.debug.InputBufferEvent.getLookaheadAmount | ( | ) |
References antlr.debug.InputBufferEvent.lookaheadAmount.
Referenced by antlr.debug.InputBufferEvent.toString().
| void antlr.debug.InputBufferEvent.setChar | ( | char | c | ) | [package] |
Referenced by antlr.debug.InputBufferEvent.setValues().
| void antlr.debug.InputBufferEvent.setLookaheadAmount | ( | int | la | ) | [package] |
References antlr.debug.InputBufferEvent.lookaheadAmount.
Referenced by antlr.debug.InputBufferEvent.setValues().
| void antlr.debug.InputBufferEvent.setValues | ( | int | type, | |
| char | c, | |||
| int | la | |||
| ) | [package] |
This should NOT be called from anyone other than ParserEventSupport!
References antlr.debug.InputBufferEvent.setChar(), and antlr.debug.InputBufferEvent.setLookaheadAmount().
Referenced by antlr.debug.InputBufferEventSupport.fireConsume(), antlr.debug.InputBufferEventSupport.fireLA(), antlr.debug.InputBufferEventSupport.fireMark(), antlr.debug.InputBufferEventSupport.fireRewind(), and antlr.debug.InputBufferEvent.InputBufferEvent().
| String antlr.debug.InputBufferEvent.toString | ( | ) |
char antlr.debug.InputBufferEvent.c [package] |
Referenced by antlr.debug.InputBufferEvent.getChar().
final int antlr.debug.InputBufferEvent.CONSUME = 0 [static] |
Referenced by antlr.debug.InputBufferEvent.toString().
final int antlr.debug.InputBufferEvent.LA = 1 [static] |
int antlr.debug.InputBufferEvent.lookaheadAmount [package] |
final int antlr.debug.InputBufferEvent.MARK = 2 [static] |
final int antlr.debug.InputBufferEvent.REWIND = 3 [static] |
1.7.0