|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.parboiled.trees.ImmutableGraphNode<Matcher>
org.parboiled.matchers.AbstractMatcher
org.parboiled.matchers.CharIgnoreCaseMatcher
public class CharIgnoreCaseMatcher
A Matcher matching a single character case-independently.
| Field Summary | |
|---|---|
char |
charLow
|
char |
charUp
|
| Constructor Summary | |
|---|---|
CharIgnoreCaseMatcher(char character)
|
|
| Method Summary | ||
|---|---|---|
|
accept(MatcherVisitor<R> visitor)
Accepts the given matcher visitor. |
|
boolean |
match(MatcherContext context)
Tries a match on the given MatcherContext. |
|
| Methods inherited from class org.parboiled.matchers.AbstractMatcher |
|---|
areMismatchesMemoed, areSubnodesSuppressed, getLabel, getSubContext, getTag, hasCustomLabel, isNodeSkipped, isNodeSuppressed, label, memoMismatches, setTag, skipNode, suppressNode, suppressSubnodes, toString |
| Methods inherited from class org.parboiled.trees.ImmutableGraphNode |
|---|
getChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.parboiled.trees.GraphNode |
|---|
getChildren |
| Field Detail |
|---|
public final char charLow
public final char charUp
| Constructor Detail |
|---|
public CharIgnoreCaseMatcher(char character)
| Method Detail |
|---|
public boolean match(MatcherContext context)
Matcher
context - the MatcherContext
public <R> R accept(MatcherVisitor<R> visitor)
Matcher
visitor - the visitor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||