Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ negate
Method
negate
output/java_guava/1.4.13/CharMatcher.java:1833–1836 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1831
}
1832
1833
@Override
1834
public
CharMatcher negate() {
1835
return
is(match);
1836
}
1837
1838
@Override
1839
public
String toString() {
Callers
nothing calls this directly
Calls
1
is
Method · 0.45
Tested by
no test coverage detected