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