Package antlr.debug
Class SyntacticPredicateEvent
- java.lang.Object
-
- java.util.EventObject
-
- antlr.debug.Event
-
- antlr.debug.GuessingEvent
-
- antlr.debug.SyntacticPredicateEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class SyntacticPredicateEvent extends GuessingEvent
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SyntacticPredicateEvent(java.lang.Object source)SyntacticPredicateEvent(java.lang.Object source, int type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidsetValues(int type, int guessing)This should NOT be called from anyone other than ParserEventSupport!java.lang.StringtoString()-
Methods inherited from class antlr.debug.GuessingEvent
getGuessing, setGuessing
-
-
-
-
Method Detail
-
setValues
void setValues(int type, int guessing)This should NOT be called from anyone other than ParserEventSupport!- Overrides:
setValuesin classGuessingEvent
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.util.EventObject
-
-