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
Untamed:
- See Also:
- Serialized Form
Fields inherited from class antlr.debug.Event |
|
Method Summary |
(package private) void |
setValues(int type,
int guessing)
This should NOT be called from anyone other than ParserEventSupport! |
String |
toString()
Suppressed: |
SyntacticPredicateEvent
public SyntacticPredicateEvent(Object source)
- Enabled:
SyntacticPredicateEvent
public SyntacticPredicateEvent(Object source,
int type)
- Enabled:
setValues
void setValues(int type,
int guessing)
- This should NOT be called from anyone other than ParserEventSupport!
- Overrides:
setValues
in class GuessingEvent
toString
public String toString()
- Suppressed:
- Overrides:
toString
in class EventObject
- Returns:
- A a String representation of this EventObject.
comments?