Uses of Class
org.parboiled.matchers.SequenceMatcher
Packages that use SequenceMatcher
-
Uses of SequenceMatcher in org.parboiled
Methods in org.parboiled that return types with arguments of type SequenceMatcherMethods in org.parboiled with parameters of type SequenceMatcher -
Uses of SequenceMatcher in org.parboiled.matchers
Subclasses of SequenceMatcher in org.parboiled.matchersModifier and TypeClassDescriptionclassASequenceMatcherspecialization for sequences of CharMatchers.Subclasses with type arguments of type SequenceMatcher in org.parboiled.matchersModifier and TypeClassDescriptionclassAMatcherthat executes all of its submatchers in sequence and only succeeds if all submatchers succeed. -
Uses of SequenceMatcher in org.parboiled.matchervisitors
Methods in org.parboiled.matchervisitors with parameters of type SequenceMatcherModifier and TypeMethodDescriptionCanMatchEmptyVisitor.visit(SequenceMatcher matcher) DefaultMatcherVisitor.visit(SequenceMatcher matcher) DoWithMatcherVisitor.visit(SequenceMatcher matcher) FollowMatchersVisitor.visit(SequenceMatcher matcher) IsSingleCharMatcherVisitor.visit(SequenceMatcher matcher) IsStarterCharVisitor.visit(SequenceMatcher matcher) MatcherVisitor.visit(SequenceMatcher matcher)