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