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

Method negate

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

Source from the content-addressed store, hash-verified

1734 }
1735
1736 @Override
1737 public CharMatcher negate() {
1738 return is(match);
1739 }
1740
1741 @Override
1742 public String toString() {

Callers

nothing calls this directly

Calls 1

isMethod · 0.45

Tested by

no test coverage detected