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