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
Untamed:
- See Also:
- Serialized Form
Fields inherited from class antlr.debug.Event |
|
Method Summary |
int |
getGuessing()
Enabled: |
(package private) void |
setGuessing(int guessing)
|
(package private) void |
setValues(int type,
int guessing)
This should NOT be called from anyone other than ParserEventSupport! |
guessing
private int guessing
GuessingEvent
public GuessingEvent(Object source)
- Enabled:
GuessingEvent
public GuessingEvent(Object source,
int type)
- Enabled:
getGuessing
public int getGuessing()
- Enabled:
setGuessing
void setGuessing(int guessing)
setValues
void setValues(int type,
int guessing)
- This should NOT be called from anyone other than ParserEventSupport!
comments?