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

Method matches

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

Source from the content-addressed store, hash-verified

1571 static final JavaUpperCase INSTANCE = new JavaUpperCase();
1572
1573 @Override
1574 public boolean matches(char c) {
1575 return Character.isUpperCase(c);
1576 }
1577
1578 @Override
1579 public String toString() {

Callers

nothing calls this directly

Calls 1

isUpperCaseMethod · 0.45

Tested by

no test coverage detected