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

Method or

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

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