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

Method negate

output/java_guava/1.4.13/CharMatcher.java:512–514  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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

Callers 2

retainFromMethod · 0.95
noneOfMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected