Class Branch
java.lang.Object
com.ibm.wala.dalvik.dex.instructions.Instruction
com.ibm.wala.dalvik.dex.instructions.Branch
- Direct Known Subclasses:
Branch.BinaryBranch
,Branch.UnaryBranch
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
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
ModifierConstructorDescriptionprotected
Branch
(int instLoc, int offset, org.jf.dexlib2.Opcode opcode, DexIMethod method) -
Method Summary
Methods inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
getOpcode, getParentMethod, isFallThrough, isPEI
-
Field Details
-
offset
public final int offset
-
-
Constructor Details
-
Branch
-
-
Method Details
-
visit
- Specified by:
visit
in classInstruction
-
getOperator
-
getBranchTargets
public int[] getBranchTargets()- Overrides:
getBranchTargets
in classInstruction
-