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

Method negate

output/java_guava/1.4.19/CharMatcher.java:1814–1817  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1812 }
1813
1814 @Override
1815 public CharMatcher negate() {
1816 return is(match);
1817 }
1818
1819 @Override
1820 public String toString() {

Callers

nothing calls this directly

Calls 1

isMethod · 0.45

Tested by

no test coverage detected