Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getNextVariable
Method
getNextVariable
ij/src/main/java/ij/macro/Functions.java:639–642 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
637
}
638
639
final
Variable getNextVariable() {
640
interp.getComma();
641
return
getVariable();
642
}
643
644
final
Variable getLastVariable() {
645
interp.getComma();
Callers
15
getCursorLoc
Method · 0.95
getLine
Method · 0.95
getVoxelSize
Method · 0.95
getPixelSize
Method · 0.95
getPlotLimits
Method · 0.95
getPlotFrameBounds
Method · 0.95
getBounds
Method · 0.95
getLocationAndSize
Method · 0.95
getDateAndTime
Method · 0.95
getDimensions
Method · 0.95
getOrthoViewsIDs
Method · 0.95
getOrthoViews
Method · 0.95
Calls
2
getVariable
Method · 0.95
getComma
Method · 0.80
Tested by
no test coverage detected