antlr.debug
public class ParserMatchEvent extends GuessingEvent
| Field Summary | |
|---|---|
| static int | BITSET |
| static int | CHAR |
| static int | CHAR_BITSET |
| static int | CHAR_RANGE |
| static int | STRING |
| static int | TOKEN |
| Constructor Summary | |
|---|---|
| ParserMatchEvent(Object source) | |
| ParserMatchEvent(Object source, int type, int value, Object target, String text, int guessing, boolean inverse, boolean matched) | |
| Method Summary | |
|---|---|
| Object | getTarget() |
| String | getText() |
| int | getValue() |
| boolean | isInverse() |
| boolean | isMatched() |
| void | setInverse(boolean inverse) |
| void | setMatched(boolean matched) |
| void | setTarget(Object target) |
| void | setText(String text) |
| void | setValue(int value) |
| void | setValues(int type, int value, Object target, String text, int guessing, boolean inverse, boolean matched) This should NOT be called from anyone other than ParserEventSupport! |
| String | toString() |