public abstract class InvertibleCharMatcher extends CharMatcher
EMPTY| Modifier | Constructor and Description |
|---|---|
protected |
InvertibleCharMatcher(boolean invert)
Construct a new
InvertibleCharMatcher. |
| Modifier and Type | Method and Description |
|---|---|
protected String |
modifiersToString() |
protected boolean |
result(boolean result) |
estimatedCost, executeaccept, adoptChildren, atomic, atomic, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize, toStringprotected InvertibleCharMatcher(boolean invert)
InvertibleCharMatcher.invert - if this is set to true, the result of CharMatcher.execute(char, boolean) is always
inverted.protected boolean result(boolean result)
protected String modifiersToString()