antlr.debug
public class TraceEvent extends GuessingEvent
| Field Summary | |
|---|---|
| static int | DONE_PARSING |
| static int | ENTER |
| static int | EXIT |
| Constructor Summary | |
|---|---|
| TraceEvent(Object source) | |
| TraceEvent(Object source, int type, int ruleNum, int guessing, int data) | |
| Method Summary | |
|---|---|
| int | getData() |
| int | getRuleNum() |
| void | setData(int data) |
| void | setRuleNum(int ruleNum) |
| void | setValues(int type, int ruleNum, int guessing, int data) This should NOT be called from anyone other than ParserEventSupport! |
| String | toString() |