argon ~master (2017-11-13T08:29:01Z)
Dub
Repo
ASTHTMLNode
argon
ast
Undocumented in source.
class
ASTHTMLNode :
ASTNode
{
string
html
;
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
html
string
html
;
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