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

Method javaLetterOrDigit

output/java_guava/1.4.13/CharMatcher.java:170–172  ·  view source on GitHub ↗

Determines whether a character is a letter or digit according to plain Character#isLetterOrDigit(char) Java's definition. @since 19.0 (since 1.0 as constant JAVA_LETTER_OR_DIGIT).

()

Source from the content-addressed store, hash-verified

168
169
170 public static CharMatcher javaLetterOrDigit() {
171 return JavaLetterOrDigit.INSTANCE;
172 }
173
174 /**
175 * Determines whether a character is upper case according to

Callers 1

CharMatcherClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected