Uses of Class
org.parboiled.matchers.OptionalMatcher
Packages that use OptionalMatcher
-
Uses of OptionalMatcher in org.parboiled
Methods in org.parboiled that return types with arguments of type OptionalMatcherMethods in org.parboiled with parameters of type OptionalMatcher -
Uses of OptionalMatcher in org.parboiled.matchers
Subclasses with type arguments of type OptionalMatcher in org.parboiled.matchersModifier and TypeClassDescriptionclassAMatcherthat tries its submatcher once against the input and always succeeds. -
Uses of OptionalMatcher in org.parboiled.matchervisitors
Methods in org.parboiled.matchervisitors with parameters of type OptionalMatcherModifier and TypeMethodDescriptionCanMatchEmptyVisitor.visit(OptionalMatcher matcher) DefaultMatcherVisitor.visit(OptionalMatcher matcher) DoWithMatcherVisitor.visit(OptionalMatcher matcher) IsSingleCharMatcherVisitor.visit(OptionalMatcher matcher) IsStarterCharVisitor.visit(OptionalMatcher matcher) MatcherVisitor.visit(OptionalMatcher matcher)