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

Method negate

corpus/java/training/guava/base/CharMatcher.java:1164–1167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1162 }
1163
1164 @Override
1165 public CharMatcher negate() {
1166 return none();
1167 }
1168 }
1169
1170 /** Implementation of {@link #none()}. */

Callers

nothing calls this directly

Calls 1

noneMethod · 0.45

Tested by

no test coverage detected