Jatha Software

Uses of Class
org.jatha.dynatype.StandardLispSymbol

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

Uses of StandardLispSymbol in org.jatha.dynatype
 

Subclasses of StandardLispSymbol in org.jatha.dynatype
 class StandardLispConstant
           
 class StandardLispKeyword
          A keyword is a constant (symbol) which evaluates to itself.
 

Uses of StandardLispSymbol in org.jatha.machine
 

Subclasses of StandardLispSymbol in org.jatha.machine
 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