dmildew v0.2.5 (2021-02-06T13:55:08Z)
Dub
Repo
IfStatementNode.this
mildew
nodes
IfStatementNode
Undocumented in source.
class
IfStatementNode
this
(
size_t
lineNo
,
ExpressionNode
condition
,
StatementNode
onTrue
,
StatementNode
onFalse
= null
)
Meta
Source
See Implementation
mildew
nodes
IfStatementNode
constructors
this
functions
accept
toString
variables
conditionNode
onFalseStatement
onTrueStatement