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

Method and

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

Source from the content-addressed store, hash-verified

1773 }
1774
1775 @Override
1776 public CharMatcher and(CharMatcher other) {
1777 return other.matches(match) ? this : none();
1778 }
1779
1780 @Override
1781 public CharMatcher or(CharMatcher other) {

Callers

nothing calls this directly

Calls 2

matchesMethod · 0.45
noneMethod · 0.45

Tested by

no test coverage detected