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) void
setValues(int type, int guessing)
This should NOT be called from anyone other than ParserEventSupport!java.lang.String
toString()
-
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:
setValues
in classGuessingEvent
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.util.EventObject
-
-