copy

fun copy(lineNumber: Int, endLineNumber: Int, scope: Int, condition: ExpressionNode, statements: List<StatementNode>, elifs: List<ElifNode> = emptyList(), elseBlock: ElseNode): IfStatementNode