public class BranchInstruction extends Instruction
| Constructor and Description |
|---|
BranchInstruction(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes()
Gets the bytes of this instruction.
|
Instruction |
getTarget()
Get the target of this branch.
|
int |
getTargetOffset() |
boolean |
isConditional()
Return whether or not this branch is a conditional branch.
|
void |
setTarget(Instruction target) |
String |
toString() |
getAttribute, getBranchParent, getOffset, getOpcode, isBranchTarget, length, setAttribute, setAttribute, setBytes, setOffset, stackConsumption, stackUsagepublic void setTarget(Instruction target)
public byte[] getBytes()
InstructiongetBytes in class Instructionpublic int getTargetOffset()
public Instruction getTarget()
public boolean isConditional()
public String toString()
toString in class InstructionCopyright © 2017. All rights reserved.