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

Method matches

output/java_guava/1.4.19/CharMatcher.java:1576–1579  ·  view source on GitHub ↗
(char c)

Source from the content-addressed store, hash-verified

1574 static final JavaLowerCase INSTANCE = new JavaLowerCase();
1575
1576 @Override
1577 public boolean matches(char c) {
1578 return Character.isLowerCase(c);
1579 }
1580
1581 @Override
1582 public String toString() {

Callers

nothing calls this directly

Calls 1

isLowerCaseMethod · 0.45

Tested by

no test coverage detected