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 Modifier and Type Class Description static class
Branch.UnaryBranch.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.UnaryBranch.CompareOp
op
int
oper1
-
Fields inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
method, noInstructions, opcode, pc
-
-
Constructor Summary
Constructors Constructor Description UnaryBranch(int instLoc, int offset, Branch.UnaryBranch.CompareOp op, int oper1, 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
-
op
public final Branch.UnaryBranch.CompareOp op
-
-
Constructor Detail
-
UnaryBranch
public UnaryBranch(int instLoc, int offset, Branch.UnaryBranch.CompareOp op, int oper1, org.jf.dexlib.Code.Opcode opcode, DexIMethod method)
-
-
Method Detail
-
getOperator
public IConditionalBranchInstruction.IOperator getOperator()
- Specified by:
getOperator
in classBranch
-
-