vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
ImportDeclNode
vox
fe
ast
decl
import_
Undocumented in source.
@
AstType
.
decl_import
struct
ImportDeclNode {
mixin
AstNodeData
!(
AstType
.
decl_import
)
;
ScopeIndex
parentScope
;
Identifier
id
;
}
Members
Mixins
__anonymous
mixin
AstNodeData
!(
AstType
.
decl_import
)
Undocumented in source.
Variables
id
Identifier
id
;
Undocumented in source.
parentScope
ScopeIndex
parentScope
;
Undocumented in source.
Meta
Source
See Implementation
vox
fe
ast
decl
import_
functions
name_register_self_import
post_clone_import
print_import
structs
ImportDeclNode