public static class Instruction.InstructionScopeEnd extends Instruction
{@link InstructionScopeEnd}
represents end of a SCOPE block 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 |
---|---|
ArrayList<String> |
childScopes |
FunctionInfo |
function |
FunctionRefCPEntry |
functionCP |
String |
scopeName |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
getOpcode, getOperands
public FunctionInfo function
public String scopeName
public FunctionRefCPEntry functionCP
public String toString()
toString
in class Instruction
Copyright © 2018 WSO2. All rights reserved.