Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getLastVariable
Method
getLastVariable
ij/src/main/java/ij/macro/Functions.java:644–649 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
642
}
643
644
final
Variable getLastVariable() {
645
interp.getComma();
646
Variable v = getVariable();
647
interp.getRightParen();
648
return
v;
649
}
650
651
final
Variable getVariable() {
652
interp.getToken();
Callers
15
getCursorLoc
Method · 0.95
getLine
Method · 0.95
getVoxelSize
Method · 0.95
getThreshold
Method · 0.95
getPlotLimits
Method · 0.95
getPlotFrameBounds
Method · 0.95
getBounds
Method · 0.95
getMinAndMax
Method · 0.95
getLocationAndSize
Method · 0.95
doDialog
Method · 0.95
getDateAndTime
Method · 0.95
getDimensions
Method · 0.95
Calls
3
getVariable
Method · 0.95
getComma
Method · 0.80
getRightParen
Method · 0.80
Tested by
no test coverage detected