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