MCPcopy 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

getCursorLocMethod · 0.95
getLineMethod · 0.95
getVoxelSizeMethod · 0.95
getThresholdMethod · 0.95
getPlotLimitsMethod · 0.95
getPlotFrameBoundsMethod · 0.95
getBoundsMethod · 0.95
getMinAndMaxMethod · 0.95
getLocationAndSizeMethod · 0.95
doDialogMethod · 0.95
getDateAndTimeMethod · 0.95
getDimensionsMethod · 0.95

Calls 3

getVariableMethod · 0.95
getCommaMethod · 0.80
getRightParenMethod · 0.80

Tested by

no test coverage detected