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

Method negate

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

isMethod · 0.45

Tested by

no test coverage detected