Package 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
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint(package private) voidsetGuessing(int guessing) (package private) voidsetValues(int type, int guessing) This should NOT be called from anyone other than ParserEventSupport!Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
GuessingEvent
-
GuessingEvent
-
-
Method Details
-
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!
-