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

Method or

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

Source from the content-addressed store, hash-verified

1778 }
1779
1780 @Override
1781 public CharMatcher or(CharMatcher other) {
1782 return other.matches(match) ? other : super.or(other);
1783 }
1784
1785 @Override
1786 public CharMatcher negate() {

Callers

nothing calls this directly

Calls 2

matchesMethod · 0.45
orMethod · 0.45

Tested by

no test coverage detected