StatementBlock

sealed class StatementBlock : CodeNode

Statement block

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

lineNumber
Link copied to clipboard
open override val lineNumber: Int
scope
Link copied to clipboard
abstract val scope: Int
statements
Link copied to clipboard
abstract val statements: List<StatementNode>

Inheritors

LoopNode
Link copied to clipboard
IfStatementNode
Link copied to clipboard
ElifNode
Link copied to clipboard
ElseNode
Link copied to clipboard