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 ParserStatisticsParserStatistics. visit(SequenceMatcher matcher) -
Uses of SequenceMatcher in org.parboiled.matchers
Subclasses of SequenceMatcher in org.parboiled.matchers Modifier and Type Class Description classStringMatcherASequenceMatcherspecialization 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.BooleanCanMatchEmptyVisitor. visit(SequenceMatcher matcher)RDefaultMatcherVisitor. visit(SequenceMatcher matcher)java.lang.VoidDoWithMatcherVisitor. visit(SequenceMatcher matcher)java.lang.BooleanFollowMatchersVisitor. visit(SequenceMatcher matcher)java.lang.BooleanIsSingleCharMatcherVisitor. visit(SequenceMatcher matcher)java.lang.BooleanIsStarterCharVisitor. visit(SequenceMatcher matcher)RMatcherVisitor. visit(SequenceMatcher matcher)
-