MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getNextArg

Method getNextArg

ij/src/main/java/ij/macro/Functions.java:583–586  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

581 }
582
583 final double getNextArg() {
584 interp.getComma();
585 return interp.getExpression();
586 }
587
588 final double getLastArg() {
589 interp.getComma();

Callers 15

doMathMethod · 0.95
setForegroundColorMethod · 0.95
setBackgroundColorMethod · 0.95
setColorMethod · 0.95
makeLineMethod · 0.95
makeArrowMethod · 0.95
makeOvalMethod · 0.95
makeRectangleMethod · 0.95
makeRotatedRectangleMethod · 0.95
changeValuesMethod · 0.95
getHistogramMethod · 0.95
doPlotMethod · 0.95

Calls 2

getCommaMethod · 0.80
getExpressionMethod · 0.80

Tested by

no test coverage detected