public static class Instruction.InstructionVCALL extends Instruction.InstructionCALL
InstructionVCALL represents the VCALL instruction in Ballerina bytecode.
The VCALL instruction performs a virtual function invocation in BVM.
Instruction.InstructionACALL, Instruction.InstructionCALL, Instruction.InstructionFORKJOIN, Instruction.InstructionIteratorNext, Instruction.InstructionLock, Instruction.InstructionTCALL, Instruction.InstructionVCALL, Instruction.InstructionWRKSendReceive| Modifier and Type | Field and Description |
|---|---|
int |
receiverRegIndex |
argRegs, flags, funcRefCPIndex, functionInfo, retRegs| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
getOpcode, getOperandspublic String toString()
toString in class Instruction.InstructionCALLCopyright © 2018 WSO2. All rights reserved.