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

Method matches

output/java_guava/1.4.19/BaseEncoding.java:556–559  ·  view source on GitHub ↗
(char c)

Source from the content-addressed store, hash-verified

554 }
555
556 @Override
557 public boolean matches(char c) {
558 return CharMatcher.ascii().matches(c) && decodabet[c] != -1;
559 }
560
561 @Override
562 public String toString() {

Callers 5

AlphabetMethod · 0.45
decodeMethod · 0.45
StandardBaseEncodingMethod · 0.45
readMethod · 0.45
readMethod · 0.45

Calls 1

asciiMethod · 0.95

Tested by

no test coverage detected