public static class Instruction.InstructionCALL extends Instruction
InstructionCALL represents the CALL instruction in Ballerina bytecode.
The CALL instruction performs a 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[] |
argRegs |
int |
flags |
int |
funcRefCPIndex |
FunctionInfo |
functionInfo |
int[] |
retRegs |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
getOpcode, getOperandspublic int funcRefCPIndex
public FunctionInfo functionInfo
public int flags
public int[] argRegs
public int[] retRegs
public String toString()
toString in class InstructionCopyright © 2018 WSO2. All rights reserved.