public class BytecodeInstructionIFACMP extends BytecodeInstruction
| Modifier and Type | Class and Description |
|---|---|
static class |
BytecodeInstructionIFACMP.Type |
| Constructor and Description |
|---|
BytecodeInstructionIFACMP(BytecodeOpcodeAddress aIndex,
BytecodeInstructionIFACMP.Type aType,
int aJumpOffset) |
| Modifier and Type | Method and Description |
|---|---|
BytecodeOpcodeAddress |
getJumpTarget() |
BytecodeOpcodeAddress[] |
getPotentialJumpTargets() |
BytecodeInstructionIFACMP.Type |
getType() |
boolean |
isJumpSource() |
getOpcodeAddress, performLinkingpublic BytecodeInstructionIFACMP(BytecodeOpcodeAddress aIndex, BytecodeInstructionIFACMP.Type aType, int aJumpOffset)
public BytecodeInstructionIFACMP.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.