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

Method javaIsoControl

output/java_guava/1.4.17/CharMatcher.java:206–208  ·  view source on GitHub ↗

Determines whether a character is an ISO control character as specified by Character#isISOControl(char). @since 19.0 (since 1.0 as constant JAVA_ISO_CONTROL)

()

Source from the content-addressed store, hash-verified

204
205
206 public static CharMatcher javaIsoControl() {
207 return JavaIsoControl.INSTANCE;
208 }
209
210 /**
211 * Determines whether a character is invisible; that is, if its Unicode category is any of

Callers 2

CharMatcherClass · 0.95
MediaTypeClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected