public class BytecodeInstructionLOOKUPSWITCH extends BytecodeInstruction
| Modifier and Type | Class and Description |
|---|---|
static class |
BytecodeInstructionLOOKUPSWITCH.Pair |
| Constructor and Description |
|---|
BytecodeInstructionLOOKUPSWITCH(BytecodeOpcodeAddress aIndex,
long aDefaultValue,
BytecodeInstructionLOOKUPSWITCH.Pair[] aPairs) |
| Modifier and Type | Method and Description |
|---|---|
BytecodeOpcodeAddress |
getDefaultJumpTarget() |
BytecodeInstructionLOOKUPSWITCH.Pair[] |
getPairs() |
BytecodeOpcodeAddress[] |
getPotentialJumpTargets() |
boolean |
isJumpSource() |
getOpcodeAddress, performLinkingpublic BytecodeInstructionLOOKUPSWITCH(BytecodeOpcodeAddress aIndex, long aDefaultValue, BytecodeInstructionLOOKUPSWITCH.Pair[] aPairs)
public BytecodeInstructionLOOKUPSWITCH.Pair[] getPairs()
public BytecodeOpcodeAddress getDefaultJumpTarget()
public BytecodeOpcodeAddress[] getPotentialJumpTargets()
getPotentialJumpTargets in class BytecodeInstructionpublic boolean isJumpSource()
isJumpSource in class BytecodeInstructionCopyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.