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

Method is

output/java_guava/1.4.19/CharMatcher.java:419–421  ·  view source on GitHub ↗

Returns a char matcher that matches only one specified character.

(final char match)

Source from the content-addressed store, hash-verified

417
418
419 public static CharMatcher is(final char match) {
420 return new Is(match);
421 }
422
423 /**
424 * Returns a {@code char} matcher that matches any character except the one specified.

Callers 6

paddingMethod · 0.95
CaseFormatEnum · 0.95
onMethod · 0.95
anyOfMethod · 0.95
precomputedPositiveMethod · 0.95
negateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected