diet-complete ~master (2021-12-23T12:39:56.512012)
Dub
Repo
ASTVisitor
dietc
parser
Undocumented in source.
abstract
class
ASTVisitor {
void
visit
(T ast);
void
visit
(AST ast);
}
Members
Functions
visit
void
visit
(T ast)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void
visit
(AST ast)
Undocumented in source. Be warned that the author may not have intended to support it.
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