public final class CVCLPrinter
extends java.lang.Object
public static java.lang.String toString(AST tree)
tree - the tree to be converted.public static void print(AST tree, java.io.PrintWriter out)
tree - the tree to be printed.out - the stream to which the tree is printed.