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