public static class Instruction.InstructionTCALL extends Instruction
InstructionTCALL represents the TCALL instruction in Ballerina bytecode.
The TCALL instruction performs an transformer 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[] |
retRegs |
TransformerInfo |
transformerInfo |
int |
transformerRefCPIndex |
public int transformerRefCPIndex
public TransformerInfo transformerInfo
public int flags
public int[] argRegs
public int[] retRegs
Copyright © 2018 WSO2. All rights reserved.