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

Method matches

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

isUpperCaseMethod · 0.45

Tested by

no test coverage detected