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

Method inspect

output/java/1.4.17/ST.java:513–515  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

511 // LAUNCH A WINDOW TO INSPECT TEMPLATE HIERARCHY
512
513 public STViz inspect() {
514 return inspect(Locale.getDefault());
515 }
516
517 public STViz inspect(int lineWidth) {
518 return inspect(impl.nativeGroup.errMgr, Locale.getDefault(), lineWidth);

Callers 4

test1Method · 0.95
test2Method · 0.95
test3Method · 0.95
test4Method · 0.95

Calls 9

setLineWidthMethod · 0.95
execMethod · 0.95
getEventsMethod · 0.95
getExecutionTraceMethod · 0.95
openMethod · 0.95
getMethod · 0.65
sizeMethod · 0.65
toStringMethod · 0.65
setListenerMethod · 0.45

Tested by

no test coverage detected