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