Modifier and Type | Class and Description |
---|---|
static class |
Branch.BinaryBranch.CompareOp |
Branch.BinaryBranch, Branch.UnaryBranch
Instruction.Visitor
Modifier and Type | Field and Description |
---|---|
Branch.BinaryBranch.CompareOp |
op |
int |
oper1 |
int |
oper2 |
method, noInstructions, opcode, pc
Constructor and Description |
---|
BinaryBranch(int instLoc,
int offset,
Branch.BinaryBranch.CompareOp op,
int oper1,
int oper2,
org.jf.dexlib.Code.Opcode opcode,
DexIMethod method) |
Modifier and Type | Method and Description |
---|---|
IConditionalBranchInstruction.IOperator |
getOperator() |
getBranchTargets, visit
getOpcode, getParentMethod, isFallThrough, isPEI
public final int oper1
public final int oper2
public final Branch.BinaryBranch.CompareOp op
public BinaryBranch(int instLoc, int offset, Branch.BinaryBranch.CompareOp op, int oper1, int oper2, org.jf.dexlib.Code.Opcode opcode, DexIMethod method)
public IConditionalBranchInstruction.IOperator getOperator()
getOperator
in class Branch