public class BytecodeInstructionGOTO extends BytecodeInstruction
| Constructor and Description |
|---|
BytecodeInstructionGOTO(BytecodeOpcodeAddress aOpcodeIndex,
int aJumpOffset) |
| Modifier and Type | Method and Description |
|---|---|
BytecodeOpcodeAddress |
getJumpAddress() |
BytecodeOpcodeAddress[] |
getPotentialJumpTargets() |
boolean |
isJumpSource() |
getOpcodeAddress, performLinkingpublic BytecodeInstructionGOTO(BytecodeOpcodeAddress aOpcodeIndex, int aJumpOffset)
public BytecodeOpcodeAddress getJumpAddress()
public BytecodeOpcodeAddress[] getPotentialJumpTargets()
getPotentialJumpTargets in class BytecodeInstructionpublic boolean isJumpSource()
isJumpSource in class BytecodeInstructionCopyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.