ix.util.lisp
Class Keyword

java.lang.Object
  |
  +--ix.util.lisp.LispObject
        |
        +--ix.util.lisp.Symbol
              |
              +--ix.util.lisp.Keyword

public class Keyword
extends Symbol


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
intern, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

Keyword

protected Keyword(java.lang.String name)