All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.tools.sexpr.Symbol

java.lang.Object
   |
   +----w3c.tools.sexpr.Symbol

public class Symbol
extends Object
implements SExpr
Base class for lisp-like symbols.


Constructor Index

 o Symbol(String)

Method Index

 o clone()
 o equals(Object)
 o hashCode()
 o makeSymbol(String, Dictionary)
Creates a symbol and potentially interns it in a symbol table.
 o printExpr(PrintStream)
 o toString()

Constructors

 o Symbol
 protected Symbol(String name)

Methods

 o makeSymbol
 public static Symbol makeSymbol(String name,
                                 Dictionary symbols)
Creates a symbol and potentially interns it in a symbol table.

 o clone
 public Object clone()
Overrides:
clone in class Object
 o toString
 public String toString()
Overrides:
toString in class Object
 o printExpr
 public void printExpr(PrintStream out)
 o hashCode
 public int hashCode()
Overrides:
hashCode in class Object
 o equals
 public boolean equals(Object obj)
Overrides:
equals in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index