MCPcopy Create free account
hub / github.com/antlr/codebuff / negate

Method negate

corpus/java/training/guava/base/CharMatcher.java:453–455  ·  view source on GitHub ↗

Returns a matcher that matches any character not matched by this matcher.

()

Source from the content-addressed store, hash-verified

451 * Returns a matcher that matches any character not matched by this matcher.
452 */
453 public CharMatcher negate() {
454 return new Negated(this);
455 }
456
457 /**
458 * Returns a matcher that matches any character matched by both this matcher and {@code other}.

Callers 5

retainFromMethod · 0.95
noneOfMethod · 0.45
MediaTypeClass · 0.45
consumeTokenIfPresentMethod · 0.45
roundToBigIntegerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected