| Modifier and Type | Class and Description |
|---|---|
static class |
Branch.BinaryBranch.CompareOp |
Branch.BinaryBranch, Branch.UnaryBranchInstruction.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.dexlib2.Opcode opcode,
DexIMethod method) |
| Modifier and Type | Method and Description |
|---|---|
com.ibm.wala.shrikeBT.IConditionalBranchInstruction.IOperator |
getOperator() |
getBranchTargets, visitgetOpcode, getParentMethod, isFallThrough, isPEIpublic 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.dexlib2.Opcode opcode,
DexIMethod method)
public com.ibm.wala.shrikeBT.IConditionalBranchInstruction.IOperator getOperator()
getOperator in class Branch