Public Member Functions | |
| Event (Object source) | |
| Event (Object source, int type) | |
| int | getType () |
Package Functions | |
| void | setType (int type) |
| void | setValues (int type) |
| antlr.debug.Event.Event | ( | Object | source | ) |
| antlr.debug.Event.Event | ( | Object | source, | |
| int | type | |||
| ) |
References antlr.debug.Event.setType().
| int antlr.debug.Event.getType | ( | ) |
| void antlr.debug.Event.setType | ( | int | type | ) | [package] |
Referenced by antlr.debug.Event.Event(), and antlr.debug.Event.setValues().
| void antlr.debug.Event.setValues | ( | int | type | ) | [package] |
This should NOT be called from anyone other than ParserEventSupport!
Reimplemented in antlr.debug.NewLineEvent.
References antlr.debug.Event.setType().
1.7.0