Class Branch.BinaryBranch
- java.lang.Object
-
- com.ibm.wala.dalvik.dex.instructions.Instruction
-
- com.ibm.wala.dalvik.dex.instructions.Branch
-
- com.ibm.wala.dalvik.dex.instructions.Branch.BinaryBranch
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Branch.BinaryBranch.CompareOp
-
Nested classes/interfaces inherited from class com.ibm.wala.dalvik.dex.instructions.Branch
Branch.BinaryBranch, Branch.UnaryBranch
-
Nested classes/interfaces inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
Instruction.Visitor
-
-
Field Summary
Fields Modifier and Type Field Description Branch.BinaryBranch.CompareOp
op
int
oper1
int
oper2
-
Fields inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
method, noInstructions, opcode, pc
-
-
Constructor Summary
Constructors Constructor Description BinaryBranch(int instLoc, int offset, Branch.BinaryBranch.CompareOp op, int oper1, int oper2, org.jf.dexlib.Code.Opcode opcode, DexIMethod method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IConditionalBranchInstruction.IOperator
getOperator()
-
Methods inherited from class com.ibm.wala.dalvik.dex.instructions.Branch
getBranchTargets, visit
-
Methods inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
getOpcode, getParentMethod, isFallThrough, isPEI
-
-
-
-
Field Detail
-
oper1
public final int oper1
-
oper2
public final int oper2
-
op
public final Branch.BinaryBranch.CompareOp op
-
-
Constructor Detail
-
BinaryBranch
public BinaryBranch(int instLoc, int offset, Branch.BinaryBranch.CompareOp op, int oper1, int oper2, org.jf.dexlib.Code.Opcode opcode, DexIMethod method)
-
-
Method Detail
-
getOperator
public IConditionalBranchInstruction.IOperator getOperator()
- Specified by:
getOperator
in classBranch
-
-