All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface w3c.tools.sexpr.SExpr

public interface SExpr
Interface for all new s-expression subtypes.


Method Index

 o printExpr(PrintStream)
Print a representation of the s-expression into the output stream.
 o toString()

Methods

 o printExpr
 public abstract void printExpr(PrintStream out)
Print a representation of the s-expression into the output stream.

 o toString
 public abstract String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index