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, stackUsage
public void setTarget(Instruction target)
public byte[] getBytes()
Instruction
getBytes
in class Instruction
public int getTargetOffset()
public Instruction getTarget()
public boolean isConditional()
public String toString()
toString
in class Instruction
Copyright © 2017. All rights reserved.