MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / dump

Method dump

ij/src/main/java/ij/macro/Interpreter.java:2068–2075  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2066 }
2067
2068 void dump() {
2069 getParens();
2070 if (!done) {
2071 pgm.dumpSymbolTable();
2072 pgm.dumpProgram();
2073 dumpStack();
2074 }
2075 }
2076
2077 void dumpStack() {
2078 IJ.log("");

Callers 2

doFunctionMethod · 0.45
debugMethod · 0.45

Calls 4

getParensMethod · 0.95
dumpStackMethod · 0.95
dumpSymbolTableMethod · 0.80
dumpProgramMethod · 0.80

Tested by

no test coverage detected