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 ParserStatisticsParserStatistics. 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.BooleanCanMatchEmptyVisitor. visit(NothingMatcher matcher)RDefaultMatcherVisitor. visit(NothingMatcher matcher)java.lang.BooleanIsSingleCharMatcherVisitor. visit(NothingMatcher matcher)java.lang.BooleanIsStarterCharVisitor. visit(NothingMatcher matcher)RMatcherVisitor. visit(NothingMatcher matcher)
-