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

Method matches

output/java_guava/1.4.16/CharMatcher.java:1577–1580  ·  view source on GitHub ↗
(char c)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

isLowerCaseMethod · 0.45

Tested by

no test coverage detected