MCPcopy Index your code
hub / github.com/antlr/codebuff / inspect

Method inspect

output/java8/1.4.17/ST.java:514–516  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

512 // LAUNCH A WINDOW TO INSPECT TEMPLATE HIERARCHY
513
514 public STViz inspect() {
515 return inspect(Locale.getDefault());
516 }
517
518 public STViz inspect(int lineWidth) {
519 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