public abstract class InvertibleCharMatcher extends CharMatcher
| 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) |
static boolean |
result(boolean invert,
boolean result) |
estimatedCost, matchprotected InvertibleCharMatcher(boolean invert)
InvertibleCharMatcher.invert - if this is set to true, the result of CharMatcher.match(int) is always inverted.protected boolean result(boolean result)
public static boolean result(boolean invert,
boolean result)
protected String modifiersToString()