All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Interface w3c.tools.sexpr.SExpr
  -  public interface SExpr
Interface for all new s-expression subtypes.
   
  -   printExpr(PrintStream) printExpr(PrintStream)
-   Print a representation of the s-expression into the output stream.
  
-   toString() toString()
-  
   
 printExpr
printExpr
 public abstract void printExpr(PrintStream out)
  -  Print a representation of the s-expression into the output stream.
 
 toString
toString
 public abstract String toString()
  - 
    -  Overrides:
    
-  toString in class Object
  
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index