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
- Enclosing class:
- Branch
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.ibm.wala.dalvik.dex.instructions.Branch
Branch.BinaryBranch, Branch.UnaryBranchNested classes/interfaces inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
Instruction.Visitor -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intfinal intFields inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
method, noInstructions, opcode, pc -
Constructor Summary
ConstructorsConstructorDescriptionBinaryBranch(int instLoc, int offset, Branch.BinaryBranch.CompareOp op, int oper1, int oper2, org.jf.dexlib2.Opcode opcode, DexIMethod method) -
Method Summary
Modifier and TypeMethodDescriptioncom.ibm.wala.shrike.shrikeBT.IConditionalBranchInstruction.IOperatorMethods inherited from class com.ibm.wala.dalvik.dex.instructions.Branch
getBranchTargets, visitMethods inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
getOpcode, getParentMethod, isFallThrough, isPEI
-
Field Details
-
oper1
public final int oper1 -
oper2
public final int oper2 -
op
-
-
Constructor Details
-
BinaryBranch
public BinaryBranch(int instLoc, int offset, Branch.BinaryBranch.CompareOp op, int oper1, int oper2, org.jf.dexlib2.Opcode opcode, DexIMethod method)
-
-
Method Details
-
getOperator
public com.ibm.wala.shrike.shrikeBT.IConditionalBranchInstruction.IOperator getOperator()- Specified by:
getOperatorin classBranch
-