argon ~master (2017-11-13T08:29:01Z)
Dub
Repo
ASTTemplateNode
argon
ast
Undocumented in source.
class
ASTTemplateNode :
ASTNode
{
string
file
;
ASTNode
[]
children
;
void
accept
(ASTVisitor visitor);
}
Members
Functions
accept
void
accept
(ASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
children
ASTNode
[]
children
;
Undocumented in source.
file
string
file
;
Undocumented in source.
Inherited Members
From ASTNode
parent
ASTNode
parent
;
Undocumented in source.
sourceLocation
SourceLocation
sourceLocation
;
Undocumented in source.
accept
void
accept
(ASTVisitor visitor)
Undocumented in source.
Meta
Source
See Implementation
argon
ast
classes
ASTElementNode
ASTHTMLNode
ASTIdentifierNode
ASTIncludeNode
ASTListNode
ASTNode
ASTTemplateNode
SourceLocation
interfaces
ASTVisitor