| persistence.antlr.debug.Event persistence.antlr.debug.GuessingEvent persistence.antlr.debug.ParserMatchEvent
BITSET | public static int BITSET(Code) | | |
CHAR | public static int CHAR(Code) | | |
CHAR_BITSET | public static int CHAR_BITSET(Code) | | |
CHAR_RANGE | public static int CHAR_RANGE(Code) | | |
STRING | public static int STRING(Code) | | |
TOKEN | public static int TOKEN(Code) | | |
ParserMatchEvent | public ParserMatchEvent(Object source)(Code) | | |
ParserMatchEvent | public ParserMatchEvent(Object source, int type, int value, Object target, String text, int guessing, boolean inverse, boolean matched)(Code) | | |
getValue | public int getValue()(Code) | | |
isInverse | public boolean isInverse()(Code) | | |
isMatched | public boolean isMatched()(Code) | | |
setInverse | void setInverse(boolean inverse)(Code) | | |
setMatched | void setMatched(boolean matched)(Code) | | |
setValue | void setValue(int value)(Code) | | |
setValues | void setValues(int type, int value, Object target, String text, int guessing, boolean inverse, boolean matched)(Code) | | This should NOT be called from anyone other than ParserEventSupport!
|
|
|