Uses of Class
org.parboiled.matchers.NothingMatcher
-
Packages that use NothingMatcher Package Description org.parboiled org.parboiled.matchervisitors -
-
Uses of NothingMatcher in org.parboiled
Methods in org.parboiled that return types with arguments of type NothingMatcher Modifier and Type Method Description java.util.Set<NothingMatcher>
ParserStatistics. getNothingMatchers()
Methods in org.parboiled with parameters of type NothingMatcher Modifier and Type Method Description ParserStatistics
ParserStatistics. visit(NothingMatcher matcher)
-
Uses of NothingMatcher in org.parboiled.matchervisitors
Methods in org.parboiled.matchervisitors with parameters of type NothingMatcher Modifier and Type Method Description java.lang.Boolean
CanMatchEmptyVisitor. visit(NothingMatcher matcher)
R
DefaultMatcherVisitor. visit(NothingMatcher matcher)
java.lang.Boolean
IsSingleCharMatcherVisitor. visit(NothingMatcher matcher)
java.lang.Boolean
IsStarterCharVisitor. visit(NothingMatcher matcher)
R
MatcherVisitor. visit(NothingMatcher matcher)
-