boolean |
OptionalMatcher.match(MatcherContext context) |
boolean |
TestNotMatcher.match(MatcherContext context) |
boolean |
GrammarElementMatcher.match(MatcherContext context) |
boolean |
MatchHandler.match(MatcherContext context) |
boolean |
TestMatcher.match(MatcherContext context) |
boolean |
PatternMatcher.match(MatcherContext context) |
boolean |
OneOrMoreMatcher.match(MatcherContext context) |
boolean |
SequenceMatcher.match(MatcherContext context) |
boolean |
Matcher.match(MatcherContext context) |
boolean |
ErrorLocatingHandler.match(MatcherContext context) |
boolean |
NothingMatcher.match(MatcherContext context) |
boolean |
StringMatcher.match(MatcherContext context) |
boolean |
ZeroOrMoreMatcher.match(MatcherContext context) |
boolean |
EndOfInputMatcher.match(MatcherContext context) |
boolean |
FirstOfMatcher.match(MatcherContext context) |
boolean |
TokenMatcher.match(MatcherContext context) |
boolean |
ErrorReportingHandler.match(MatcherContext context) |
boolean |
Memoizer.match(MatcherContext context) |
void |
MatchHandler.onMatch(MatcherContext context) |
void |
ErrorLocatingHandler.onMatch(MatcherContext context) |
void |
ErrorReportingHandler.onMatch(MatcherContext context) |
void |
Memoizer.onMatch(MatcherContext context) |
void |
MatchHandler.onMissmatch(MatcherContext context) |
void |
ErrorLocatingHandler.onMissmatch(MatcherContext context) |
void |
ErrorReportingHandler.onMissmatch(MatcherContext context) |
void |
Memoizer.onMissmatch(MatcherContext context) |