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

Method getInstance

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

Source from the content-addressed store, hash-verified

2198 }
2199
2200 public static Interpreter getInstance() {
2201 return instance;
2202 }
2203
2204 static void setInstance(Interpreter i) {
2205 instance = i;

Callers 15

isMacroMethod · 0.95
showStatusMethod · 0.95
handleExceptionMethod · 0.95
abortPluginOrMacroMethod · 0.95
isBatchModeRoiManagerMethod · 0.95
registerExtensionsMethod · 0.95
waitForUserMethod · 0.95
fitCurveMethod · 0.95
getInfoMethod · 0.95
runToInsertionPointMethod · 0.95
setDebugModeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected