argon ~master (2017-11-13T08:29:01Z)
Dub
Repo
ASTNode
argon
ast
Undocumented in source.
abstract
class
ASTNode {
ASTNode
parent
;
SourceLocation
sourceLocation
;
void
accept
(ASTVisitor visitor);
}
Members
Functions
accept
void
accept
(ASTVisitor visitor)
Undocumented in source.
Variables
parent
ASTNode
parent
;
Undocumented in source.
sourceLocation
SourceLocation
sourceLocation
;
Undocumented in source.
Meta
Source
See Implementation
argon
ast
classes
ASTElementNode
ASTHTMLNode
ASTIdentifierNode
ASTIncludeNode
ASTListNode
ASTNode
ASTTemplateNode
SourceLocation
interfaces
ASTVisitor