public abstract class Branch extends Instruction
Modifier and Type | Class and Description |
---|---|
static class |
Branch.BinaryBranch |
static class |
Branch.UnaryBranch |
Instruction.Visitor
Modifier and Type | Field and Description |
---|---|
int |
offset |
method, noInstructions, opcode, pc
Modifier | Constructor and Description |
---|---|
protected |
Branch(int instLoc,
int offset,
org.jf.dexlib.Code.Opcode opcode,
DexIMethod method) |
Modifier and Type | Method and Description |
---|---|
int[] |
getBranchTargets() |
abstract IConditionalBranchInstruction.IOperator |
getOperator() |
void |
visit(Instruction.Visitor visitor) |
getOpcode, getParentMethod, isFallThrough, isPEI
protected Branch(int instLoc, int offset, org.jf.dexlib.Code.Opcode opcode, DexIMethod method)
public void visit(Instruction.Visitor visitor)
visit
in class Instruction
public abstract IConditionalBranchInstruction.IOperator getOperator()
public int[] getBranchTargets()
getBranchTargets
in class Instruction