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

Method or

corpus/java/training/guava/base/CharMatcher.java:467–469  ·  view source on GitHub ↗

Returns a matcher that matches any character matched by either this matcher or other.

(CharMatcher other)

Source from the content-addressed store, hash-verified

465 * Returns a matcher that matches any character matched by either this matcher or {@code other}.
466 */
467 public CharMatcher or(CharMatcher other) {
468 return new Or(this, other);
469 }
470
471 /**
472 * Returns a {@code char} matcher functionally equivalent to this one, but which may be faster to

Callers 4

setBitsMethod · 0.45
setBitsMethod · 0.45
setBitsMethod · 0.45
orMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected