Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isMacro
Method · 0.95
showStatus
Method · 0.95
handleException
Method · 0.95
abortPluginOrMacro
Method · 0.95
getBatchModeRoiManager
Method · 0.95
isBatchModeRoiManager
Method · 0.95
registerExtensions
Method · 0.95
waitForUser
Method · 0.95
fitCurve
Method · 0.95
getInfo
Method · 0.95
runToInsertionPoint
Method · 0.95
setDebugMode
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected