Class Branch.UnaryBranch
java.lang.Object
com.ibm.wala.dalvik.dex.instructions.Instruction
com.ibm.wala.dalvik.dex.instructions.Branch
com.ibm.wala.dalvik.dex.instructions.Branch.UnaryBranch
-
Nested Class Summary
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 inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
method, noInstructions, opcode, pc
-
Constructor Summary
ConstructorDescriptionUnaryBranch
(int instLoc, int offset, Branch.UnaryBranch.CompareOp op, int oper1, org.jf.dexlib2.Opcode opcode, DexIMethod method) -
Method Summary
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 Details
-
oper1
public final int oper1 -
op
-
-
Constructor Details
-
UnaryBranch
public UnaryBranch(int instLoc, int offset, Branch.UnaryBranch.CompareOp op, int oper1, org.jf.dexlib2.Opcode opcode, DexIMethod method)
-
-
Method Details
-
getOperator
- Specified by:
getOperator
in classBranch
-