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