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

Method toString

output/java_guava/1.4.16/AbstractService.java:465–468  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

463 }
464
465 @Override
466 public String toString() {
467 return getClass().getSimpleName() + " [" + state() + "]";
468 }
469
470 /**
471 * Attempts to execute all the listeners in {@link #listeners} while not holding the

Callers

nothing calls this directly

Calls 2

stateMethod · 0.95
getSimpleNameMethod · 0.45

Tested by

no test coverage detected