MCPcopy Create free account
hub / github.com/antlr/codebuff / and

Method and

output/java_guava/1.4.17/CharMatcher.java:1798–1801  ·  view source on GitHub ↗
(CharMatcher other)

Source from the content-addressed store, hash-verified

1796 }
1797
1798 @Override
1799 public CharMatcher and(CharMatcher other) {
1800 return other.matches(match) ? super.and(other) : other;
1801 }
1802
1803 @Override
1804 public CharMatcher or(CharMatcher other) {

Callers

nothing calls this directly

Calls 2

matchesMethod · 0.45
andMethod · 0.45

Tested by

no test coverage detected