ix.util.lisp
Class Keyword

java.lang.Object
  |
  +--ix.util.lisp.Symbol
        |
        +--ix.util.lisp.Keyword
All Implemented Interfaces:
java.lang.Comparable, LispObject, java.io.Serializable

public class Keyword
extends Symbol

Keywords - symbols generally used as literals.

See Also:
Serialized Form

Fields inherited from class ix.util.lisp.Symbol
name, obTable
 
Constructor Summary
protected Keyword(java.lang.String name)
           
 
Methods inherited from class ix.util.lisp.Symbol
compareTo, intern, readResolve, toString
 
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)