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

Method matches

output/java_guava/1.4.17/CharMatcher.java:1561–1564  ·  view source on GitHub ↗
(char c)

Source from the content-addressed store, hash-verified

1559 static final JavaUpperCase INSTANCE = new JavaUpperCase();
1560
1561 @Override
1562 public boolean matches(char c) {
1563 return Character.isUpperCase(c);
1564 }
1565
1566 @Override
1567 public String toString() {

Callers

nothing calls this directly

Calls 1

isUpperCaseMethod · 0.45

Tested by

no test coverage detected