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

Method toString

output/java_guava/1.4.16/CharMatcher.java:582–585  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

580 : description + suffix;
581 return new NegatedFastMatcher(precomputedPositive(negatedCharacters, table, negatedDescription)) {
582 @Override
583 public String toString() {
584 return description;
585 }
586 };
587 }
588 }

Callers 1

precomputedInternalMethod · 0.95

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected