Uses of Class
org.parboiled.matchers.TestMatcher
Packages that use TestMatcher
-
Uses of TestMatcher in org.parboiled
Methods in org.parboiled that return types with arguments of type TestMatcherMethods in org.parboiled with parameters of type TestMatcher -
Uses of TestMatcher in org.parboiled.matchers
Subclasses with type arguments of type TestMatcher in org.parboiled.matchersModifier and TypeClassDescriptionclassA specialMatchernot actually matching any input but rather trying its submatcher against the current input position. -
Uses of TestMatcher in org.parboiled.matchervisitors
Methods in org.parboiled.matchervisitors with parameters of type TestMatcherModifier and TypeMethodDescriptionCanMatchEmptyVisitor.visit(TestMatcher matcher) DefaultMatcherVisitor.visit(TestMatcher matcher) DoWithMatcherVisitor.visit(TestMatcher matcher) IsSingleCharMatcherVisitor.visit(TestMatcher matcher) IsStarterCharVisitor.visit(TestMatcher matcher) MatcherVisitor.visit(TestMatcher matcher)