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

Method or

output/java_guava/1.4.18/CharMatcher.java:531–533  ·  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

529
530
531 public CharMatcher or(CharMatcher other) {
532 return new Or(this, other);
533 }
534
535 /**
536 * 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