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

Method and

output/java_guava/1.4.19/CharMatcher.java:1756–1759  ·  view source on GitHub ↗
(CharMatcher other)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

matchesMethod · 0.45
noneMethod · 0.45

Tested by

no test coverage detected