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

Method and

output/java_guava/1.4.13/CharMatcher.java:1816–1819  ·  view source on GitHub ↗
(CharMatcher other)

Source from the content-addressed store, hash-verified

1814 }
1815
1816 @Override
1817 public CharMatcher and(CharMatcher other) {
1818 return other.matches(match) ? super.and(other) : other;
1819 }
1820
1821 @Override
1822 public CharMatcher or(CharMatcher other) {

Callers

nothing calls this directly

Calls 2

matchesMethod · 0.45
andMethod · 0.45

Tested by

no test coverage detected