Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
doFunction
Method · 0.45
debug
Method · 0.45
Calls
4
getParens
Method · 0.95
dumpStack
Method · 0.95
dumpSymbolTable
Method · 0.80
dumpProgram
Method · 0.80
Tested by
no test coverage detected