Uses of Class
KmgFormelInterpreter
-
-
Uses of KmgFormelInterpreter in <Unnamed>
Methods in <Unnamed> with parameters of type KmgFormelInterpreter Modifier and Type Method Description static Object
JxnLoop. fill(KmgFormelInterpreter fi, String var, int n, String cmd)
Executescmd
for valuesvar = 0 ... n-1
.static Object
JxnLoop. fill(KmgFormelInterpreter fi, String var, Object arrayOrIterator, String cmd)
Executescmd
for each element ofarrayOrIterator
.static Object
JxnLoop. foreach(KmgFormelInterpreter fi, String var, Object arrayOrIterator, String cmd)
Executescmd
for each element ofarrayOrIterator
.static Object
JxnLoop. repeat(KmgFormelInterpreter fi, String var, int n, String cmd)
Executescmd
for valuesvar = 0 ... n-1
.static Object
JxnLoop. repeat(KmgFormelInterpreter fi, String whileCondition, String cmd)
Executescmd
whilewhileCondition
istrue
or not0
or notnull
or a char from1TtYy
.
-