antlr.debug
public class InputBufferEvent extends Event
| Field Summary | |
|---|---|
| char | c |
| static int | CONSUME |
| int | lookaheadAmount |
| static int | LA |
| static int | MARK |
| static int | REWIND |
| Constructor Summary | |
|---|---|
| InputBufferEvent(Object source)
CharBufferEvent constructor comment. | |
| InputBufferEvent(Object source, int type, char c, int lookaheadAmount)
CharBufferEvent constructor comment. | |
| Method Summary | |
|---|---|
| char | getChar() |
| int | getLookaheadAmount() |
| void | setChar(char c) |
| void | setLookaheadAmount(int la) |
| void | setValues(int type, char c, int la) This should NOT be called from anyone other than ParserEventSupport! |
| String | toString() |
Parameters: source java.lang.Object
Parameters: source java.lang.Object