XMLPrinter

AST visitor that outputs an XML representation of the AST to its file.

class XMLPrinter : ASTVisitor {}

Members

Variables

output
File output;

File that output is written to.

Meta