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

Method getLastArg

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

Source from the content-addressed store, hash-verified

586 }
587
588 final double getLastArg() {
589 interp.getComma();
590 double arg = interp.getExpression();
591 interp.getRightParen();
592 return arg;
593 }
594
595 String getStringArg() {
596 interp.getLeftParen();

Callers 15

doMathMethod · 0.95
math2Method · 0.95
setForegroundColorMethod · 0.95
setBackgroundColorMethod · 0.95
setColorMethod · 0.95
makeOvalMethod · 0.95
makeRotatedRectangleMethod · 0.95
changeValuesMethod · 0.95
getNumberMethod · 0.95
d2sMethod · 0.95
getHistogramMethod · 0.95
makeSelectionMethod · 0.95

Calls 3

getCommaMethod · 0.80
getExpressionMethod · 0.80
getRightParenMethod · 0.80

Tested by

no test coverage detected