public class BytecodeInstructionTABLESWITCH extends BytecodeInstruction
| Constructor and Description |
|---|
BytecodeInstructionTABLESWITCH(BytecodeOpcodeAddress aOpcodeIndex,
long aDefaultValue,
long aLowValue,
long aHighValue,
long[] aOffsets) |
| Modifier and Type | Method and Description |
|---|---|
BytecodeOpcodeAddress |
getDefaultJumpTarget() |
long |
getHighValue() |
long |
getLowValue() |
long[] |
getOffsets() |
BytecodeOpcodeAddress[] |
getPotentialJumpTargets() |
boolean |
isJumpSource() |
getOpcodeAddress, performLinkingpublic BytecodeInstructionTABLESWITCH(BytecodeOpcodeAddress aOpcodeIndex, long aDefaultValue, long aLowValue, long aHighValue, long[] aOffsets)
public long getLowValue()
public long getHighValue()
public long[] getOffsets()
public BytecodeOpcodeAddress[] getPotentialJumpTargets()
getPotentialJumpTargets in class BytecodeInstructionpublic boolean isJumpSource()
isJumpSource in class BytecodeInstructionpublic BytecodeOpcodeAddress getDefaultJumpTarget()
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.