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

Method and

output/java_guava/1.4.18/CharMatcher.java:1757–1760  ·  view source on GitHub ↗
(CharMatcher other)

Source from the content-addressed store, hash-verified

1755 }
1756
1757 @Override
1758 public CharMatcher and(CharMatcher other) {
1759 return other.matches(match) ? this : none();
1760 }
1761
1762 @Override
1763 public CharMatcher or(CharMatcher other) {

Callers

nothing calls this directly

Calls 2

matchesMethod · 0.45
noneMethod · 0.45

Tested by

no test coverage detected