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

Method negate

output/java_guava/1.4.16/CharMatcher.java:513–515  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

511
512
513 public CharMatcher negate() {
514 return new Negated(this);
515 }
516
517 /**
518 * Returns a matcher that matches any character matched by both this matcher and {@code other}.

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected