Jatha Software

Uses of Interface
org.jatha.dynatype.LispAtom

Packages that use LispAtom
org.jatha.dynatype   
org.jatha.machine   
 

Uses of LispAtom in org.jatha.dynatype
 

Subinterfaces of LispAtom in org.jatha.dynatype
 interface LispBignum
          Defines BigNums - large integers.
 interface LispCharacter
           
 interface LispComplex
          LispComplex is an abstract class that implements the Common LISP COMPLEX type.
 interface LispConstant
           
 interface LispInteger
           
 interface LispKeyword
          A keyword is a constant (symbol) which evaluates to itself.
 interface LispNumber
          LispNumber is an abstract class that implements the Common LISP NUMBER type.
 interface LispReal
           
 interface LispString
           
 interface LispSymbol
          LispSymbol implements LISP Symbols, including provisions for special bindings.
 

Classes in org.jatha.dynatype that implement LispAtom
 class StandardLispAtom
          LispAtom defines the ATOM type in Common LISP.
 class StandardLispBignum
          Implements BigNums - large integers.
 class StandardLispCharacter
           
 class StandardLispComplex
          StandardLispComplex represents a Complex number.
 class StandardLispConstant
           
 class StandardLispInteger
           
 class StandardLispKeyword
          A keyword is a constant (symbol) which evaluates to itself.
 class StandardLispNumber
          LispNumber is an abstract class that implements the Common LISP NUMBER type.
 class StandardLispReal
           
 class StandardLispString
           
 class StandardLispSymbol
          LispSymbol implements LISP Symbols, including provisions for special bindings.
 

Uses of LispAtom in org.jatha.machine
 

Classes in org.jatha.machine that implement LispAtom
 class SECDRegister
          SECDRegister is essentially a Stack, with an additional assign() method which resets the value, and a value() method which retrieves the whole stack.
 


Jatha Software