Uses of Class
KmgFormelInterpreter
-
-
Uses of KmgFormelInterpreter in <Unnamed>
Methods in <Unnamed> with parameters of type KmgFormelInterpreter Modifier and Type Method Description static ObjectJxnLoop. fill(KmgFormelInterpreter fi, String var, int n, String cmd)Executescmdfor valuesvar = 0 ... n-1.static ObjectJxnLoop. fill(KmgFormelInterpreter fi, String var, Object arrayOrIterator, String cmd)Executescmdfor each element ofarrayOrIterator.static ObjectJxnLoop. foreach(KmgFormelInterpreter fi, String var, Object arrayOrIterator, String cmd)Executescmdfor each element ofarrayOrIterator.static ObjectJxnLoop. repeat(KmgFormelInterpreter fi, String var, int n, String cmd)Executescmdfor valuesvar = 0 ... n-1.static ObjectJxnLoop. repeat(KmgFormelInterpreter fi, String whileCondition, String cmd)ExecutescmdwhilewhileConditionistrueor not0or notnullor a char from1TtYy.
-