MCPcopy 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

getCursorLocMethod · 0.95
getLineMethod · 0.95
getVoxelSizeMethod · 0.95
getPixelSizeMethod · 0.95
getPlotLimitsMethod · 0.95
getPlotFrameBoundsMethod · 0.95
getBoundsMethod · 0.95
getLocationAndSizeMethod · 0.95
getDateAndTimeMethod · 0.95
getDimensionsMethod · 0.95
getOrthoViewsIDsMethod · 0.95
getOrthoViewsMethod · 0.95

Calls 2

getVariableMethod · 0.95
getCommaMethod · 0.80

Tested by

no test coverage detected