Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ and
Method
and
corpus/java/training/guava/base/CharMatcher.java:1678–1681 ·
view source on GitHub ↗
(CharMatcher other)
Source
from the content-addressed store, hash-verified
1676
}
1677
1678
@Override
1679
public
CharMatcher and(CharMatcher other) {
1680
return
other.matches(match) ? this : none();
1681
}
1682
1683
@Override
1684
public
CharMatcher or(CharMatcher other) {
Callers
nothing calls this directly
Calls
2
matches
Method · 0.45
none
Method · 0.45
Tested by
no test coverage detected