public class SyntacticPredicateEvent extends GuessingEvent
source
Constructor and Description |
---|
SyntacticPredicateEvent(Object source) |
SyntacticPredicateEvent(Object source,
int type) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
setValues(int type,
int guessing)
This should NOT be called from anyone other than ParserEventSupport!
|
String |
toString() |
getGuessing, setGuessing
getSource
public SyntacticPredicateEvent(Object source)
public SyntacticPredicateEvent(Object source, int type)
void setValues(int type, int guessing)
setValues
in class GuessingEvent
public String toString()
toString
in class EventObject