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

Method isNot

output/java_guava/1.4.17/CharMatcher.java:430–432  ·  view source on GitHub ↗

Returns a char matcher that matches any character except the one specified. To negate another CharMatcher, use #negate().

(final char match)

Source from the content-addressed store, hash-verified

428
429
430 public static CharMatcher isNot(final char match) {
431 return new IsNot(match);
432 }
433
434 /**
435 * Returns a {@code char} matcher that matches any character present in the given character

Callers 2

MediaTypeClass · 0.95
negateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected