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

Method toString

output/java_guava/1.4.19/AbstractService.java:467–470  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

465 }
466
467 @Override
468 public String toString() {
469 return getClass().getSimpleName() + " [" + state() + "]";
470 }
471
472 /**
473 * 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