Uses of Interface
ix.util.lisp.LispObject

Packages that use LispObject
ix.util.lisp List-processing utilities. 
 

Uses of LispObject in ix.util.lisp
 

Classes in ix.util.lisp that implement LispObject
 class Cons
          Non-empty lists.
 class DelimitedSymbol
          Symbols that would not parse as symbols without escaping.
 class ItemVar
          Symbols used in patterns as variables that match a single object.
 class Keyword
          Keywords - symbols generally used as literals.
 class LList
          Lisp-style lists.
 class Null
          The class of Lisp.NIL, and of nothing else.
 class NumberlikeSymbol
          Symbols that could parse as numbers.
 class Symbol
          The root class for Lisp symbols.