Uses of Class
org.parboiled.matchers.SequenceMatcher
-
Packages that use SequenceMatcher Package Description org.parboiled org.parboiled.matchers org.parboiled.matchervisitors -
-
Uses of SequenceMatcher in org.parboiled
Methods in org.parboiled that return types with arguments of type SequenceMatcher Modifier and Type Method Description java.util.Set<SequenceMatcher>
ParserStatistics. getSequenceMatchers()
Methods in org.parboiled with parameters of type SequenceMatcher Modifier and Type Method Description ParserStatistics
ParserStatistics. visit(SequenceMatcher matcher)
-
Uses of SequenceMatcher in org.parboiled.matchers
Subclasses of SequenceMatcher in org.parboiled.matchers Modifier and Type Class Description class
StringMatcher
ASequenceMatcher
specialization for sequences of CharMatchers. -
Uses of SequenceMatcher in org.parboiled.matchervisitors
Methods in org.parboiled.matchervisitors with parameters of type SequenceMatcher Modifier and Type Method Description java.lang.Boolean
CanMatchEmptyVisitor. visit(SequenceMatcher matcher)
R
DefaultMatcherVisitor. visit(SequenceMatcher matcher)
java.lang.Void
DoWithMatcherVisitor. visit(SequenceMatcher matcher)
java.lang.Boolean
FollowMatchersVisitor. visit(SequenceMatcher matcher)
java.lang.Boolean
IsSingleCharMatcherVisitor. visit(SequenceMatcher matcher)
java.lang.Boolean
IsStarterCharVisitor. visit(SequenceMatcher matcher)
R
MatcherVisitor. visit(SequenceMatcher matcher)
-