valgolang
/
com.valgolang.frontend.ast
/
IfStatementNode
/
copy
copy
fun
copy
(lineNumber:
Int
, endLineNumber:
Int
, scope:
Int
, condition:
ExpressionNode
, statements:
List
<
StatementNode
>, elifs:
List
<
ElifNode
> = emptyList(), elseBlock:
ElseNode
):
IfStatementNode
Content copied to clipboard