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.InstructionCompensate, Instruction.InstructionFORKJOIN, Instruction.InstructionIteratorNext, Instruction.InstructionLock, Instruction.InstructionScopeEnd, 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, getOperands
public int funcRefCPIndex
public FunctionInfo functionInfo
public int flags
public int[] argRegs
public int[] retRegs
public String toString()
toString
in class Instruction
Copyright © 2018 WSO2. All rights reserved.