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

Method matches

output/java_guava/1.4.19/CharMatcher.java:504–504  ·  view source on GitHub ↗

Determines a true or false value for the given character.

(char c)

Source from the content-addressed store, hash-verified

502
503
504 public abstract boolean matches(char c);
505
506 // Non-static factories
507

Callers 15

setBitsMethod · 0.95
matchesAllOfMethod · 0.95
indexInMethod · 0.95
lastIndexInMethod · 0.95
countInMethod · 0.95
removeFromMethod · 0.95
replaceFromMethod · 0.95
trimFromMethod · 0.95
trimLeadingFromMethod · 0.95
trimTrailingFromMethod · 0.95
collapseFromMethod · 0.95
trimAndCollapseFromMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected