public class BytecodeInstructionIFCOND extends BytecodeInstruction
| Modifier and Type | Class and Description |
|---|---|
static class |
BytecodeInstructionIFCOND.Type |
| Constructor and Description |
|---|
BytecodeInstructionIFCOND(BytecodeOpcodeAddress aOpcodeIndex,
BytecodeInstructionIFCOND.Type aType,
int aIndex) |
| Modifier and Type | Method and Description |
|---|---|
BytecodeOpcodeAddress |
getJumpTarget() |
BytecodeOpcodeAddress[] |
getPotentialJumpTargets() |
BytecodeInstructionIFCOND.Type |
getType() |
boolean |
isJumpSource() |
getOpcodeAddress, performLinkingpublic BytecodeInstructionIFCOND(BytecodeOpcodeAddress aOpcodeIndex, BytecodeInstructionIFCOND.Type aType, int aIndex)
public BytecodeInstructionIFCOND.Type getType()
public BytecodeOpcodeAddress getJumpTarget()
public BytecodeOpcodeAddress[] getPotentialJumpTargets()
getPotentialJumpTargets in class BytecodeInstructionpublic boolean isJumpSource()
isJumpSource in class BytecodeInstructionCopyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.