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

Method or

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

Source from the content-addressed store, hash-verified

1681 }
1682
1683 @Override
1684 public CharMatcher or(CharMatcher other) {
1685 return other.matches(match) ? other : super.or(other);
1686 }
1687
1688 @Override
1689 public CharMatcher negate() {

Callers

nothing calls this directly

Calls 2

matchesMethod · 0.45
orMethod · 0.45

Tested by

no test coverage detected