public abstract class Branch extends Instruction
| Modifier and Type | Class and Description |
|---|---|
static class |
Branch.BinaryBranch |
static class |
Branch.UnaryBranch |
Instruction.Visitor| Modifier and Type | Field and Description |
|---|---|
int |
offset |
method, noInstructions, opcode, pc| Modifier | Constructor and Description |
|---|---|
protected |
Branch(int instLoc,
int offset,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getBranchTargets() |
abstract com.ibm.wala.shrikeBT.IConditionalBranchInstruction.IOperator |
getOperator() |
void |
visit(Instruction.Visitor visitor) |
getOpcode, getParentMethod, isFallThrough, isPEIprotected Branch(int instLoc,
int offset,
org.jf.dexlib2.Opcode opcode,
DexIMethod method)
public void visit(Instruction.Visitor visitor)
visit in class Instructionpublic abstract com.ibm.wala.shrikeBT.IConditionalBranchInstruction.IOperator getOperator()
public int[] getBranchTargets()
getBranchTargets in class InstructionCopyright © 2019. All rights reserved.