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

Method getArg

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

Source from the content-addressed store, hash-verified

569 }
570
571 final double getArg() {
572 interp.getLeftParen();
573 double arg = interp.getExpression();
574 interp.getRightParen();
575 return arg;
576 }
577
578 final double getFirstArg() {
579 interp.getLeftParen();

Callers 15

doFunctionMethod · 0.95
getFunctionValueMethod · 0.95
doMathMethod · 0.95
mathMethod · 0.95
setZCoordinateMethod · 0.95
getResultLabelMethod · 0.95
toStringMethod · 0.95
doPlotMethod · 0.95
isActiveMethod · 0.95
setSliceMethod · 0.95
doStringMethod · 0.95
doStackMethod · 0.95

Calls 3

getLeftParenMethod · 0.80
getExpressionMethod · 0.80
getRightParenMethod · 0.80

Tested by

no test coverage detected