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

Method none

output/java_guava/1.4.13/CharMatcher.java:76–78  ·  view source on GitHub ↗

Matches no characters. @since 19.0 (since 1.0 as constant NONE)

()

Source from the content-addressed store, hash-verified

74
75
76 public static CharMatcher none() {
77 return None.INSTANCE;
78 }
79
80 /**
81 * Determines whether a character is whitespace according to the latest Unicode standard, as

Callers 6

SplitterMethod · 0.95
CharMatcherClass · 0.95
anyOfMethod · 0.95
precomputedPositiveMethod · 0.95
negateMethod · 0.45
andMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected