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

Method and

corpus/java/training/guava/base/CharMatcher.java:460–462  ·  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

458 * Returns a matcher that matches any character matched by both this matcher and {@code other}.
459 */
460 public CharMatcher and(CharMatcher other) {
461 return new And(this, other);
462 }
463
464 /**
465 * 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