Consecutive Statement Node
data class ConsecutiveStatementNode(stat1: StatementNode, stat2: StatementNode) : StatementNode
Content copied to clipboard
Consecutive statement node
Recursive statement node which wraps two consecutive statements
Constructors
ConsecutiveStatementNode
Link copied to clipboard
Create empty Consecutive statement node
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
copy
Link copied to clipboard
fun copy(stat1: StatementNode, stat2: StatementNode): ConsecutiveStatementNode
Content copied to clipboard