Jatha Software

Deprecated API


Contents
Deprecated Methods
org.jatha.dynatype.LispValueFactory.makeAppendList(Jatha, Collection)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeBignum(Jatha, BigInteger)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeBignum(Jatha, double)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeBignum(Jatha, LispInteger)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeBignum(Jatha, long)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeCons(Jatha, LispValue, LispValue)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeConstant(Jatha, LispString)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeConstant(Jatha, String)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeInteger(Jatha)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeInteger(Jatha, int)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeInteger(Jatha, Integer)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeInteger(Jatha, long)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeInteger(Jatha, Long)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeKeyword(Jatha, LispString)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeKeyword(Jatha, String)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeList(Jatha, Collection)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeList(Jatha, LispValue)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeList(Jatha, LispValue, LispValue)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeList(Jatha, LispValue, LispValue, LispValue)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeList(Jatha, LispValue, LispValue, LispValue, LispValue)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeNconcList(Jatha, Collection)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeNIL(Jatha, LispString)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeNIL(Jatha, String)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeReal(Jatha)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeReal(Jatha, double)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeReal(Jatha, Double)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeReal(Jatha, float)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeReal(Jatha, Float)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeString(Jatha, String)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeSymbol(Jatha, LispString)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.makeSymbol(Jatha, String)
          Use the same method on the Jatha class instead 
org.jatha.dynatype.LispValueFactory.toLisp(Jatha, Object)
          Use the same method on the Jatha class instead 
 


Jatha Software