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

Method and

output/java_guava/1.4.17/CharMatcher.java:522–524  ·  view source on GitHub ↗

Returns a matcher that matches any character matched by both this matcher and other.

(CharMatcher other)

Source from the content-addressed store, hash-verified

520
521
522 public CharMatcher and(CharMatcher other) {
523 return new And(this, other);
524 }
525
526 /**
527 * Returns a matcher that matches any character matched by either this matcher or {@code other}.

Callers 2

setBitsMethod · 0.45
andMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected