vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
AstNodePrinter
vox
fe
ast
ast_node
Undocumented in source.
struct
AstNodePrinter {
AstIndex
nodeIndex
;
CompilationContext
*
context
;
void
toString
(void delegate(const(char)[]) sink);
}
Members
Functions
toString
void
toString
(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
context
CompilationContext
*
context
;
Undocumented in source.
nodeIndex
AstIndex
nodeIndex
;
Undocumented in source.
Meta
Source
See Implementation
vox
fe
ast
ast_node
aliases
AstNodeMap
AstNodes
enums
getAstNodeType
hasAstNodeType
functions
check_is_type
find_innermost_owner
get_ast_index
get_effective_node
get_expr_type
get_node_alias
get_node_id
get_node_kind_name
get_node_type
print_node_name
printer
mixin templates
AstNodeData
structs
AstNode
AstNodePrinter
ErrorAstNode