ix.util.lisp
Class ItemVar

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

public class ItemVar
extends Symbol

Symbols used in patterns as variables that match a single object.

See Also:
Serialized Form

Fields inherited from class ix.util.lisp.Symbol
name, obTable
 
Constructor Summary
protected ItemVar(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

ItemVar

protected ItemVar(java.lang.String name)