Render

Undocumented in source.

Constructors

this
this(TemplateNode root)
Undocumented in source.

Members

Functions

render
string render(UniNode data)
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(StmtBlockNode 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(ImportNode 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(ExtendsNode node)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IVisitor

__anonymous
mixin VisitNode!NT
Undocumented in source.

Meta