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

Method getFirstArg

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

Source from the content-addressed store, hash-verified

576 }
577
578 final double getFirstArg() {
579 interp.getLeftParen();
580 return interp.getExpression();
581 }
582
583 final double getNextArg() {
584 interp.getComma();

Callers 15

doMathMethod · 0.95
math2Method · 0.95
setForegroundColorMethod · 0.95
setBackgroundColorMethod · 0.95
makeLineMethod · 0.95
makeArrowMethod · 0.95
makeOvalMethod · 0.95
makeRectangleMethod · 0.95
makeRotatedRectangleMethod · 0.95
changeValuesMethod · 0.95
d2sMethod · 0.95
doPlotMethod · 0.95

Calls 2

getLeftParenMethod · 0.80
getExpressionMethod · 0.80

Tested by

no test coverage detected