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
- Enclosing class:
Branch
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class Branch
Branch.BinaryBranch, Branch.UnaryBranchModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class Instruction
Instruction.Visitor -
Field Summary
FieldsFields inherited from class Instruction
method, noInstructions, opcode, pcModifier and TypeFieldDescriptionprotected final DexIMethodstatic final int[]protected final org.jf.dexlib2.Opcodefinal int -
Constructor Summary
ConstructorsConstructorDescriptionUnaryBranch(int instLoc, int offset, Branch.UnaryBranch.CompareOp op, int oper1, org.jf.dexlib2.Opcode opcode, DexIMethod method) -
Method Summary
Methods inherited from class Branch
getBranchTargets, visitMethods inherited from class Instruction
getOpcode, getParentMethod, isFallThrough, isPEIModifier and TypeMethodDescriptionorg.jf.dexlib2.OpcodebooleanTrue if the instruction can continue.booleanisPEI()True if the instruction can throw an exception
-
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:
getOperatorin classBranch
-