Jatha Software

Uses of Interface
org.jatha.dynatype.LispNil

Packages that use LispNil
org.jatha   
org.jatha.dynatype   
 

Uses of LispNil in org.jatha
 

Methods in org.jatha that return LispNil
 LispNil Jatha.makeNIL(LispString symbolName)
           
 LispNil Jatha.makeNIL(String symbolName)
          Creates a LispNil (the funny symbol/cons that is the LISP NIL).
 

Uses of LispNil in org.jatha.dynatype
 

Classes in org.jatha.dynatype that implement LispNil
 class StandardLispNIL
           
 


Jatha Software