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

Method inspect

output/java8/1.4.13/ST.java:507–509  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

505 // LAUNCH A WINDOW TO INSPECT TEMPLATE HIERARCHY
506
507 public STViz inspect() {
508 return inspect(Locale.getDefault());
509 }
510
511 public STViz inspect(int lineWidth) {
512 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