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

Method negate

output/java_guava/1.4.16/CharMatcher.java:1257–1260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1255 }
1256
1257 @Override
1258 public CharMatcher negate() {
1259 return none();
1260 }
1261 }
1262
1263 /** Implementation of {@link #none()}. */

Callers

nothing calls this directly

Calls 1

noneMethod · 0.45

Tested by

no test coverage detected