public static class Instruction.InstructionLock extends Instruction
{@link InstructionLock}
represents the LOCK/UNLOCK instruction in Ballerina bytecode.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[] |
pkgRefs |
BType[] |
types |
int[] |
varRegs |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
getOpcode, getOperands
public BType[] types
public int[] pkgRefs
public int[] varRegs
public String toString()
toString
in class Instruction
Copyright © 2018 WSO2. All rights reserved.