public static class Instruction.InstructionLock extends Instruction
{@link InstructionLock} represents the LOCK/UNLOCK instruction in Ballerina bytecode.Instruction.InstructionACALL, Instruction.InstructionCALL, Instruction.InstructionFORKJOIN, Instruction.InstructionIteratorNext, Instruction.InstructionLock, Instruction.InstructionTCALL, Instruction.InstructionVCALL, Instruction.InstructionWRKSendReceive| Modifier and Type | Field and Description |
|---|---|
int[] |
pkgRefs |
BType[] |
types |
int[] |
varRegs |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
getOpcode, getOperandspublic BType[] types
public int[] pkgRefs
public int[] varRegs
public String toString()
toString in class InstructionCopyright © 2018 WSO2. All rights reserved.