All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----oplan.util.lisp.LispObject | +----oplan.util.lisp.Symbol
The correct way to create a new symbol is to call Symbol.intern(String name). It will return an instance of Symbol or of an appropriate subclass, depending on the first character of the name.
protected static Hashtable obTable
public String name
protected Symbol(String name)
public static Symbol intern(String s)
public String toString()
All Packages Class Hierarchy This Package Previous Next Index