dmildew v0.5.6 (2021-02-22T01:27:01Z)
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