Class XMLPrinter

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

class XMLPrinter
  : ASTVisitor ;

Fields

NameTypeDescription
output std.stdio.FileFile that output is written to.

Methods

NameDescription
visit (typeidExpression)
dynamicDispatch (n) Looks at the runtime type of n, then calls the appropriate visit method at runtime.
visit (stringLiteralList)
visit (n)
visit (aliasAssign)

Aliases

NameDescription
visit