public class Instruction extends Object
Instruction represents a bytecode instruction in Ballerina.| Modifier and Type | Class and Description |
|---|---|
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.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.InstructionTCALL
InstructionTCALL represents the TCALL instruction 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. |
Copyright © 2018 WSO2. All rights reserved.