qscript ~master (2021-03-22T17:15:40Z)
Dub
Repo
IfNode.this
qscript
compiler
ast
IfNode
constructor
this
(CodeNode conditionNode, StatementNode statementToExecute, StatementNode elseStatementToExec)
struct
IfNode
this
(
CodeNode
conditionNode
,
StatementNode
statementToExecute
,
StatementNode
elseStatementToExec
)
this
(CodeNode conditionNode, StatementNode statementsToExecute)
Meta
Source
See Implementation
qscript
compiler
ast
IfNode
constructors
this
properties
elseStatement
statement
variables
condition
hasElse
lineno
constructor