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.InstructionCompensate, Instruction.InstructionFORKJOIN, Instruction.InstructionIteratorNext, Instruction.InstructionLock, Instruction.InstructionScopeEnd, 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, getOperands
public String toString()
toString
in class Instruction.InstructionCALL
Copyright © 2018 WSO2. All rights reserved.