Elif Node
data class ElifNode(lineNumber: Int, scope: Int, condition: ExpressionNode, statements: List<StatementNode>) : StatementBlock
Content copied to clipboard
Elif node
Constructors
ElifNode
Link copied to clipboard
fun ElifNode(lineNumber: Int, scope: Int, condition: ExpressionNode, statements: List<StatementNode>)
Content copied to clipboard
Create empty Elif node
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
copy
Link copied to clipboard
fun copy(lineNumber: Int, scope: Int, condition: ExpressionNode, statements: List<StatementNode>): ElifNode
Content copied to clipboard
Properties
condition
Link copied to clipboard
lineNumber
Link copied to clipboard
statements
Link copied to clipboard