Home
last modified time | relevance | path

Searched refs:explodeToString (Results 1 – 8 of 8) sorted by relevance

/dports/math/reduce/Reduce-svn5758-src/jlisp/android/AndroidReduce/src/uk/co/codemist/jlisp/
H A DJlisp.java742 { restartFn = Fns.explodeToString(e.details); in startup1()
746 Fns.explodeToString(e.details.car); in startup1()
749 restartFn = Fns.explodeToString(w1); in startup1()
752 restartArg = Fns.explodeToString(e.extras); in startup1()
809 { restartFn = Fns.explodeToString(e.details); in startup1()
813 Fns.explodeToString(e.details.car); in startup1()
816 restartFn = Fns.explodeToString(w1); in startup1()
819 restartArg = Fns.explodeToString(e.extras); in startup1()
H A DFns.java233 static String explodeToString(LispObject arg1) throws Exception in explodeToString() method in Fns
H A DFns1.java2268 return new LispString(Fns.explodeToString(arg1)); in op1()
/dports/math/reduce/Reduce-svn5758-src/jlisp/core/
H A DJlisp.java765 { restartFn = Fns.explodeToString(e.details); in startup1()
769 Fns.explodeToString(e.details.car); in startup1()
772 restartFn = Fns.explodeToString(w1); in startup1()
775 restartArg = Fns.explodeToString(e.extras); in startup1()
837 { restartFn = Fns.explodeToString(e.details); in startup1()
841 Fns.explodeToString(e.details.car); in startup1()
844 restartFn = Fns.explodeToString(w1); in startup1()
847 restartArg = Fns.explodeToString(e.extras); in startup1()
H A DFns.java258 static String explodeToString(LispObject arg1) throws Exception in explodeToString() method in Fns
H A DFns1.java2328 return new LispString(Fns.explodeToString(arg1)); in op1()
/dports/math/reduce/Reduce-svn5758-src/jslisp/src/java/org/mathpiper/mpreduce/functions/builtin/
H A DFns.java244 public static String explodeToString(LispObject arg1) throws Exception in explodeToString() method in Fns
H A DFns1.java2257 return new LispString(Fns.explodeToString(arg1)); in op1()