static class |
Instruction.InstructionACALL
InstructionACALL represents the ACALL instruction in Ballerina bytecode.
|
static class |
Instruction.InstructionCALL
InstructionCALL represents the CALL instruction in Ballerina bytecode.
|
static class |
Instruction.InstructionCompensate
{@link InstructionCompensate} represents the COMPENSATE instruction in Ballerina bytecode.
|
static class |
Instruction.InstructionFORKJOIN
InstructionFORKJOIN represents forkjoin statement in in Ballerina.
|
static class |
Instruction.InstructionIteratorNext
{@link InstructionIteratorNext} represents the ITR_NEXT instruction in Ballerina bytecode.
|
static class |
Instruction.InstructionLock
{@link InstructionLock} represents the LOCK/UNLOCK instruction in Ballerina bytecode.
|
static class |
Instruction.InstructionScopeEnd
{@link InstructionScopeEnd} represents end of a SCOPE block in Ballerina bytecode.
|
static class |
Instruction.InstructionVCALL
InstructionVCALL represents the VCALL instruction in Ballerina bytecode.
|
static class |
Instruction.InstructionWRKSendReceive
InstructionWRKSendReceive represents the worker send/receive operation in Ballerina.
|