All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
addDoneListener(ListenerBase l) |
void |
addMessageListener(MessageListener l) |
void |
addNewLineListener(NewLineListener l) |
void |
addParserListener(ParserListener l) |
void |
addParserMatchListener(ParserMatchListener l) |
void |
addParserTokenListener(ParserTokenListener l) |
void |
addSemanticPredicateListener(SemanticPredicateListener l) |
void |
addSyntacticPredicateListener(SyntacticPredicateListener l) |
void |
addTraceListener(TraceListener l) |
void |
fireConsume(int value) |
void |
fireDoneParsing() |
void |
fireEnterRule(int ruleNum,
int guessing,
int data) |
void |
fireEvent(int type,
ListenerBase l) |
void |
fireEvents(int type,
Vector listeners) |
void |
fireExitRule(int ruleNum,
int guessing,
int data) |
void |
fireLA(int k,
int la) |
void |
fireMatch(char value,
BitSet b,
int guessing) |
void |
fireMatch(char c,
int guessing) |
void |
fireMatch(char value,
String target,
int guessing) |
void |
fireMatch(int value,
BitSet b,
String text,
int guessing) |
void |
fireMatch(int n,
String text,
int guessing) |
void |
fireMatch(String s,
int guessing) |
void |
fireMatchNot(char value,
char n,
int guessing) |
void |
fireMatchNot(int value,
int n,
String text,
int guessing) |
void |
fireMismatch(char value,
BitSet b,
int guessing) |
void |
fireMismatch(char value,
char n,
int guessing) |
void |
fireMismatch(char value,
String target,
int guessing) |
void |
fireMismatch(int value,
BitSet b,
String text,
int guessing) |
void |
fireMismatch(int value,
int n,
String text,
int guessing) |
void |
fireMismatch(String value,
String text,
int guessing) |
void |
fireMismatchNot(char value,
char c,
int guessing) |
void |
fireMismatchNot(int value,
int n,
String text,
int guessing) |
void |
fireNewLine(int line) |
void |
fireReportError(Exception e) |
void |
fireReportError(String s) |
void |
fireReportWarning(String s) |
boolean |
fireSemanticPredicateEvaluated(int type,
int condition,
boolean result,
int guessing) |
void |
fireSyntacticPredicateFailed(int guessing) |
void |
fireSyntacticPredicateStarted(int guessing) |
void |
fireSyntacticPredicateSucceeded(int guessing) |
protected void |
refresh(Vector listeners) |
void |
refreshListeners() |
void |
removeDoneListener(ListenerBase l) |
void |
removeMessageListener(MessageListener l) |
void |
removeNewLineListener(NewLineListener l) |
void |
removeParserListener(ParserListener l) |
void |
removeParserMatchListener(ParserMatchListener l) |
void |
removeParserTokenListener(ParserTokenListener l) |
void |
removeSemanticPredicateListener(SemanticPredicateListener l) |
void |
removeSyntacticPredicateListener(SyntacticPredicateListener l) |
void |
removeTraceListener(TraceListener l) |