Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ and
Method
and
output/java_guava/1.4.13/CharMatcher.java:1775–1778 ·
view source on GitHub ↗
(CharMatcher other)
Source
from the content-addressed store, hash-verified
1773
}
1774
1775
@Override
1776
public
CharMatcher and(CharMatcher other) {
1777
return
other.matches(match) ? this : none();
1778
}
1779
1780
@Override
1781
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