BlockStart
interface BlockStart
Fields
Name | Description |
---|---|
abstract endPosition: Int
|
Extensions
validate
fun Instruction.validate(context: FunctionBody): FunctionBody
Validates the Instruction.
Receiver
Name | Description |
---|---|
Instruction
|
Parameters
Name | Description |
---|---|
context: FunctionBody
|
ReturnValue
Name | Description |
---|---|
FunctionBody
|
Marker of the start of a flattened BlockInstruction. The endPosition is used to know which instruction should be jumped-to when leaving the BlockInstruction.