vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
IfStmtNode
vox
fe
ast
stmt
if_stmt
Undocumented in source.
@
AstType
.
stmt_if
struct
IfStmtNode {
mixin
AstNodeData
!(
AstType
.
stmt_if
,
0
,
AstNodeState
.
name_register_self_done
)
;
AstIndex
condition
;
AstNodes
thenStatements
;
AstNodes
elseStatements
;
}
Members
Mixins
__anonymous
mixin
AstNodeData
!(
AstType
.
stmt_if
,
0
,
AstNodeState
.
name_register_self_done
)
Undocumented in source.
Variables
condition
AstIndex
condition
;
Undocumented in source.
elseStatements
AstNodes
elseStatements
;
Undocumented in source.
thenStatements
AstNodes
thenStatements
;
Undocumented in source.
Meta
Source
See Implementation
vox
fe
ast
stmt
if_stmt
functions
ir_gen_if
name_register_nested_if
name_resolve_if
post_clone_if
print_if
type_check_if
structs
IfStmtNode