ix.util.lisp
Class Keyword

java.lang.Object
  extended by ix.util.lisp.Symbol
      extended by ix.util.lisp.Keyword
All Implemented Interfaces:
LispObject, SemiPrimitive, java.io.Serializable, java.lang.Comparable

public class Keyword
extends Symbol

Keywords - symbols generally used as literals.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class ix.util.lisp.Symbol
name, obTable
 
Constructor Summary
protected Keyword(java.lang.String name)
           
 
Method Summary
 
Methods inherited from class ix.util.lisp.Symbol
compareTo, exists, intern, quickIntern, readResolve, toString, valueOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Keyword

protected Keyword(java.lang.String name)