ComplierFrameworkV2
1.0-SNAPSHOT
jvm
ComplierFrameworkV2
/
domain.ast
/
IfClause
/
IfClause
If
Clause
constructor
(
condition
:
Expression
,
then
:
Block
,
els
:
Block
?
=
null
,
line
:
Int
)