Printer

Undocumented in source.

Members

Functions

print
void print(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(StmtBlockNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(TemplateNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(BlockNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(RawNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ExprNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(InlineIfNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(BinOpNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(UnaryOpNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(NumNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(BooleanNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(NilNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(IdentNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(AssignableNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(StringNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ListNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(DictNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(IfNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ForNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(SetNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(MacroNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(CallNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(FilterBlockNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(IncludeNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ImportNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ExtendsNode node)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_tab
uint _tab;
Undocumented in source.

Inherited Members

From NullVisitor

visit
void visit(NT node)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta