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

Method and

output/java_guava/1.4.13/CharMatcher.java:521–523  ·  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

519
520
521 public CharMatcher and(CharMatcher other) {
522 return new And(this, other);
523 }
524
525 /**
526 * 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