ix.util.lisp
Class DelimitedSymbol

java.lang.Object
  extended by ix.util.lisp.Symbol
      extended by ix.util.lisp.DelimitedSymbol
All Implemented Interfaces:
LispObject, SemiPrimitive, java.io.Serializable, java.lang.Comparable
Direct Known Subclasses:
NumberlikeSymbol

public class DelimitedSymbol
extends Symbol

Symbols that would not parse as symbols without escaping.

See Also:
Serialized Form

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

DelimitedSymbol

protected DelimitedSymbol(java.lang.String name)