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

Method matches

output/java_guava/1.4.13/CharMatcher.java:1589–1592  ·  view source on GitHub ↗
(char c)

Source from the content-addressed store, hash-verified

1587 static final JavaLowerCase INSTANCE = new JavaLowerCase();
1588
1589 @Override
1590 public boolean matches(char c) {
1591 return Character.isLowerCase(c);
1592 }
1593
1594 @Override
1595 public String toString() {

Callers

nothing calls this directly

Calls 1

isLowerCaseMethod · 0.45

Tested by

no test coverage detected