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

Method getVariableArg

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

Source from the content-addressed store, hash-verified

625 }
626
627 final Variable getVariableArg() {
628 interp.getLeftParen();
629 Variable v = getVariable();
630 interp.getRightParen();
631 return v;
632 }
633
634 final Variable getFirstVariable() {
635 interp.getLeftParen();

Callers 2

getActiveChannelsMethod · 0.95
getDisplayModeMethod · 0.95

Calls 3

getVariableMethod · 0.95
getLeftParenMethod · 0.80
getRightParenMethod · 0.80

Tested by

no test coverage detected