Public Member Functions | |
| TraceEvent (Object source) | |
| TraceEvent (Object source, int type, int ruleNum, int guessing, int data) | |
| int | getData () |
| int | getRuleNum () |
| String | toString () |
Static Public Attributes | |
| static int | ENTER = 0 |
| static int | EXIT = 1 |
| static int | DONE_PARSING = 2 |
Package Functions | |
| void | setData (int data) |
| void | setRuleNum (int ruleNum) |
| void | setValues (int type, int ruleNum, int guessing, int data) |
| antlr.debug.TraceEvent.TraceEvent | ( | Object | source | ) |
| antlr.debug.TraceEvent.TraceEvent | ( | Object | source, | |
| int | type, | |||
| int | ruleNum, | |||
| int | guessing, | |||
| int | data | |||
| ) |
References antlr.debug.TraceEvent.setValues().
| int antlr.debug.TraceEvent.getData | ( | ) |
| int antlr.debug.TraceEvent.getRuleNum | ( | ) |
Referenced by antlr.debug.TraceEvent.toString().
| void antlr.debug.TraceEvent.setData | ( | int | data | ) | [package] |
Referenced by antlr.debug.TraceEvent.setValues().
| void antlr.debug.TraceEvent.setRuleNum | ( | int | ruleNum | ) | [package] |
Referenced by antlr.debug.TraceEvent.setValues().
| void antlr.debug.TraceEvent.setValues | ( | int | type, | |
| int | ruleNum, | |||
| int | guessing, | |||
| int | data | |||
| ) | [package] |
This should NOT be called from anyone other than ParserEventSupport!
References antlr.debug.TraceEvent.setData(), and antlr.debug.TraceEvent.setRuleNum().
Referenced by antlr.debug.ParserEventSupport.fireDoneParsing(), antlr.debug.ParserEventSupport.fireEnterRule(), antlr.debug.ParserEventSupport.fireExitRule(), and antlr.debug.TraceEvent.TraceEvent().
| String antlr.debug.TraceEvent.toString | ( | ) |
int antlr.debug.TraceEvent.DONE_PARSING = 2 [static] |
int antlr.debug.TraceEvent.ENTER = 0 [static] |
Referenced by antlr.debug.TraceEvent.toString().
int antlr.debug.TraceEvent.EXIT = 1 [static] |
1.7.0