ArgonCompiler

Undocumented in source.

Constructors

this
this(string file, string source)
Undocumented in source.

Members

Functions

visit
void visit(ASTTemplateNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTHTMLNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTIncludeNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTElementNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTListNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ASTIdentifierNode node)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

source
string source [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
uniqueId
size_t uniqueId [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

file
string file;
Undocumented in source.
includeFiles
string[] includeFiles;
Undocumented in source.
templateAST
ASTTemplateNode templateAST;
Undocumented in source.

Inherited Members

From ASTVisitor

visit
void visit(ASTTemplateNode node)
Undocumented in source.
visit
void visit(ASTHTMLNode node)
Undocumented in source.
visit
void visit(ASTIncludeNode node)
Undocumented in source.
visit
void visit(ASTElementNode node)
Undocumented in source.
visit
void visit(ASTListNode node)
Undocumented in source.
visit
void visit(ASTIdentifierNode node)
Undocumented in source.

Meta