diet-complete ~master (2021-12-23T12:39:56.512012)
Dub
Repo
Node
dietc
parser
Undocumented in source.
interface
Node :
AST
{
Node
[]
children
();
void
addChild
(Node );
}
Members
Functions
addChild
void
addChild
(Node )
Undocumented in source.
children
Node
[]
children
()
Undocumented in source.
Inherited Members
From AST
token
Token
token
()
Undocumented in source.
accept
void
accept
(ASTVisitor visitor)
Undocumented in source.
Meta
Source
See Implementation
dietc
parser
aliases
ASTClasses
VisitorDelegate
classes
ASTVisitor
Assignment
Comment
DStatement
DietFilter
Document
Expression
HiddenComment
PipeText
RawAssignment
StringNode
StringTagContents
TagNode
TextLine
XMLNode
enums
VisitResult
functions
skipAllWhiteGetDetent
traverse
withinRange
interfaces
AST
INamed
IStringContainer
NestedTags
Node
TagContents
structs
ASTParser