Jatha Software

Uses of Interface
org.jatha.dynatype.LispConstant

Packages that use LispConstant
org.jatha.dynatype   
 

Uses of LispConstant in org.jatha.dynatype
 

Subinterfaces of LispConstant in org.jatha.dynatype
 interface LispKeyword
          A keyword is a constant (symbol) which evaluates to itself.
 

Classes in org.jatha.dynatype that implement LispConstant
 class StandardLispConstant
           
 class StandardLispKeyword
          A keyword is a constant (symbol) which evaluates to itself.
 


Jatha Software