SyntacticPredicateEventpublic class SyntacticPredicateEvent extends GuessingEvent
Constructors Summary |
---|
public SyntacticPredicateEvent(Object source)
super(source);
| public SyntacticPredicateEvent(Object source, int type)
super(source, type);
|
Methods Summary |
---|
void | setValues(int type, int guessing)This should NOT be called from anyone other than ParserEventSupport!
super.setValues(type, guessing);
| public java.lang.String | toString()
return "SyntacticPredicateEvent [" + getGuessing() + "]";
|
|