antlr.debug
Class GuessingEvent
java.lang.Object
java.util.EventObject
antlr.debug.Event
antlr.debug.GuessingEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ParserMatchEvent, SemanticPredicateEvent, SyntacticPredicateEvent, TraceEvent
- public abstract class GuessingEvent
- extends Event
- See Also:
- Serialized Form
Method Summary |
int |
getGuessing()
|
(package private) void |
setGuessing(int guessing)
|
(package private) void |
setValues(int type,
int guessing)
This should NOT be called from anyone other than ParserEventSupport! |
GuessingEvent
public GuessingEvent(Object source)
GuessingEvent
public GuessingEvent(Object source,
int type)
getGuessing
public int getGuessing()
setGuessing
void setGuessing(int guessing)
setValues
void setValues(int type,
int guessing)
- This should NOT be called from anyone other than ParserEventSupport!