Public Member Functions | |
| GuessingEvent (Object source) | |
| GuessingEvent (Object source, int type) | |
| int | getGuessing () |
Package Functions | |
| void | setGuessing (int guessing) |
| void | setValues (int type, int guessing) |
| antlr.debug.GuessingEvent.GuessingEvent | ( | Object | source | ) |
| antlr.debug.GuessingEvent.GuessingEvent | ( | Object | source, | |
| int | type | |||
| ) |
| int antlr.debug.GuessingEvent.getGuessing | ( | ) |
| void antlr.debug.GuessingEvent.setGuessing | ( | int | guessing | ) | [package] |
Referenced by antlr.debug.GuessingEvent.setValues().
| void antlr.debug.GuessingEvent.setValues | ( | int | type, | |
| int | guessing | |||
| ) | [package] |
This should NOT be called from anyone other than ParserEventSupport!
Reimplemented in antlr.debug.SyntacticPredicateEvent.
References antlr.debug.GuessingEvent.setGuessing().
1.7.0