Package antlr.debug
Class SyntacticPredicateEvent
- java.lang.Object
-
- java.util.EventObject
-
- antlr.debug.Event
-
- antlr.debug.GuessingEvent
-
- antlr.debug.SyntacticPredicateEvent
-
- All Implemented Interfaces:
Serializable
public class SyntacticPredicateEvent extends GuessingEvent
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description SyntacticPredicateEvent(Object source)
SyntacticPredicateEvent(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!String
toString()
-
Methods inherited from class antlr.debug.GuessingEvent
getGuessing, setGuessing
-
Methods inherited from class java.util.EventObject
getSource
-
-
-
-
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 String toString()
- Overrides:
toString
in classEventObject
-
-