Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ or
Method
or
output/java_guava/1.4.18/CharMatcher.java:1762–1765 ·
view source on GitHub ↗
(CharMatcher other)
Source
from the content-addressed store, hash-verified
1760
}
1761
1762
@Override
1763
public
CharMatcher or(CharMatcher other) {
1764
return
other.matches(match) ? other : super.or(other);
1765
}
1766
1767
@Override
1768
public
CharMatcher negate() {
Callers
nothing calls this directly
Calls
2
matches
Method · 0.45
or
Method · 0.45
Tested by
no test coverage detected