Class | Description |
---|---|
AdjacentMatcher |
This class is not intended to be instantiated or sub-classed by clients.
|
AndMatcher |
A
Matcher that tries all of its submatchers in sequence and only succeeds if all submatchers succeed. |
AnyTokenButNotMatcher |
This class is not intended to be instantiated or sub-classed by clients.
|
AnyTokenMatcher |
This class is not intended to be instantiated or sub-classed by clients.
|
BooleanMatcher |
This class is not intended to be instantiated or sub-classed by clients.
|
BridgeMatcher |
This class is not intended to be instantiated or sub-classed by clients.
|
DelegatingMatcher |
This class is not intended to be instantiated or sub-classed by clients.
|
ExclusiveTillMatcher |
This class is not intended to be instantiated or sub-classed by clients.
|
GrammarFunctions |
This class provides all the functions to define a context-free grammar
|
GrammarFunctions.Advanced | |
GrammarFunctions.Predicate | |
GrammarFunctions.Standard | |
InclusiveTillMatcher |
This class is not intended to be instantiated or sub-classed by clients.
|
LongestOneMatcher |
This class is not intended to be instantiated or sub-classed by clients.
|
Matcher |
This class is not intended to be instantiated or sub-classed by clients.
|
Matcher.MatchResult | |
MatcherTreePrinter | |
MemoizedMatcher |
This class is not intended to be instantiated or sub-classed by clients.
|
MemoMatcher |
Special wrapping
Matcher that performs memoization of its submatcher. |
NextMatcher |
A special
Matcher not actually matching any input but rather trying its submatcher against the current input
position. |
NotMatcher |
A special
Matcher not actually matching any input but rather trying its submatcher against the current input
position. |
OneToNMatcher |
A
Matcher that repeatedly tries its submatcher against the input. |
OptMatcher |
A
Matcher that tries its submatcher once against the input and always succeeds. |
OrMatcher |
A
Matcher trying all of its submatchers in sequence and succeeding when the first submatcher succeeds. |
RuleDefinition | |
RuleMatcher |
This class is not intended to be instantiated or sub-classed by clients.
|
StandardMatcher |
This class allows to remove usage of
BacktrackingEvent from Matcher s. |
StatelessMatcher |
This class is not intended to be instantiated or sub-classed by clients.
|
TillNewLineMatcher |
This class is not intended to be instantiated or sub-classed by clients.
|
TokenMatcher |
This class is not intended to be instantiated or sub-classed by clients.
|
TokenTypeClassMatcher |
This class is not intended to be instantiated or sub-classed by clients.
|
TokenTypeMatcher |
This class is not intended to be instantiated or sub-classed by clients.
|
TokenTypesMatcher |
This class is not intended to be instantiated or sub-classed by clients.
|
TokenValueMatcher |
This class is not intended to be instantiated or sub-classed by clients.
|
Copyright © 2012 SonarSource. All Rights Reserved.