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

Method and

corpus/java/training/guava/base/CharMatcher.java:1719–1722  ·  view source on GitHub ↗
(CharMatcher other)

Source from the content-addressed store, hash-verified

1717 }
1718
1719 @Override
1720 public CharMatcher and(CharMatcher other) {
1721 return other.matches(match) ? super.and(other) : other;
1722 }
1723
1724 @Override
1725 public CharMatcher or(CharMatcher other) {

Callers

nothing calls this directly

Calls 2

matchesMethod · 0.45
andMethod · 0.45

Tested by

no test coverage detected