Interface | Description |
---|---|
InputBuffer |
Input text to be parsed.
|
Matcher | |
MatchHandler |
Class | Description |
---|---|
AstCreator | |
BasicMatcherContext | |
EndOfInputMatcher | |
ErrorLocatingHandler | |
ErrorReportingHandler | |
FirstOfMatcher |
A
Matcher trying all of its submatchers in sequence. |
GrammarElementMatcher | |
ImmutableInputBuffer | |
InputBuffer.Position | |
MatcherContext | |
MatcherPathElement | |
MatchersUtils | |
Memoizer | |
NothingMatcher |
A
Matcher that never succeeds. |
OneOrMoreMatcher |
A
Matcher that repeatedly tries its submatcher against the input. |
OptionalMatcher |
A
Matcher that tries its submatcher once against the input. |
ParseNode |
Node of a parse tree.
|
PatternMatcher | |
SequenceMatcher |
A
Matcher that executes all of its submatchers in sequence. |
StringMatcher | |
TestMatcher |
A
Matcher that tries its submatcher against the input. |
TestNotMatcher |
A
Matcher that tries its submatcher against the input. |
TextUtils | |
TokenMatcher | |
ZeroOrMoreMatcher |
A
Matcher that repeatedly tries its submatcher against the input. |
Exception | Description |
---|---|
GrammarException | |
ParserRuntimeException |
Copyright © 2012 SonarSource. All Rights Reserved.