vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
ExpressionNode
vox
fe
ast
expr
Undocumented in source.
struct
ExpressionNode {
mixin
ExpressionNodeData
!(
AstType
.
abstract_node
)
;
StringLiteralExprNode
*
isStringLiteral
();
}
Members
Functions
isStringLiteral
StringLiteralExprNode
*
isStringLiteral
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
ExpressionNodeData
!(
AstType
.
abstract_node
)
Undocumented in source.
Meta
Source
See Implementation
vox
fe
ast
expr
modules
binary_op
call
index
literal
member_access
name_use
named_argument
slice
type_conv
unary_op
mixin templates
ExpressionNodeData
structs
ExpressionNode