Jatha Software

Uses of Interface
org.jatha.dynatype.LispInteger

Packages that use LispInteger
org.jatha   
org.jatha.dynatype   
 

Uses of LispInteger in org.jatha
 

Methods in org.jatha that return LispInteger
 LispInteger Jatha.getMaxListLength()
          Returns the value of *MAX-LIST-LENGTH*.
 LispInteger Jatha.makeInteger()
           
 LispInteger Jatha.makeInteger(int value)
           
 LispInteger Jatha.makeInteger(Integer value)
           
 LispInteger Jatha.makeInteger(long value)
           
 LispInteger Jatha.makeInteger(Long value)
          Creates a LispInteger type initialized with the value provided and returns it.
 

Methods in org.jatha with parameters of type LispInteger
 LispBignum Jatha.makeBignum(LispInteger value)
           
 

Uses of LispInteger in org.jatha.dynatype
 

Subinterfaces of LispInteger in org.jatha.dynatype
 interface LispBignum
          Defines BigNums - large integers.
 

Classes in org.jatha.dynatype that implement LispInteger
 class StandardLispBignum
          Implements BigNums - large integers.
 class StandardLispInteger
           
 

Fields in org.jatha.dynatype declared as LispInteger
(package private)  LispInteger StandardLispHashTable.DEFAULT_SIZE
          Default size is 103.
 

Methods in org.jatha.dynatype that return LispInteger
static LispInteger LispValueFactory.makeInteger(Jatha lisp)
          Deprecated. Use the same method on the Jatha class instead
static LispInteger LispValueFactory.makeInteger(Jatha lisp, int value)
          Deprecated. Use the same method on the Jatha class instead
static LispInteger LispValueFactory.makeInteger(Jatha lisp, Integer value)
          Deprecated. Use the same method on the Jatha class instead
static LispInteger LispValueFactory.makeInteger(Jatha lisp, long value)
          Deprecated. Use the same method on the Jatha class instead
static LispInteger LispValueFactory.makeInteger(Jatha lisp, Long value)
          Deprecated. Use the same method on the Jatha class instead
 

Methods in org.jatha.dynatype with parameters of type LispInteger
static LispBignum LispValueFactory.makeBignum(Jatha lisp, LispInteger value)
          Deprecated. Use the same method on the Jatha class instead
 


Jatha Software