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