public static class Instruction.InstructionACALL extends Instruction
InstructionACALL
represents the ACALL instruction in Ballerina bytecode.
The ACALL instruction performs an action 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 |
---|---|
String |
actionName |
int |
actionRefCPIndex |
int[] |
argRegs |
int |
flags |
int[] |
retRegs |
public int actionRefCPIndex
public String actionName
public int flags
public int[] argRegs
public int[] retRegs
Copyright © 2018 WSO2. All rights reserved.