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

Method toString

output/java_guava/1.4.13/CharMatcher.java:580–583  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

precomputedInternalMethod · 0.95

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected