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