public class InstanceOf extends Instruction
Instruction.Visitor| Modifier and Type | Field and Description |
|---|---|
int |
destination |
int |
source |
com.ibm.wala.types.TypeReference |
type |
method, noInstructions, opcode, pc| Constructor and Description |
|---|
InstanceOf(int pc,
int destination,
com.ibm.wala.types.TypeReference type,
int source,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(Instruction.Visitor visitor) |
getBranchTargets, getOpcode, getParentMethod, isFallThrough, isPEIpublic final int destination
public final int source
public final com.ibm.wala.types.TypeReference type
public InstanceOf(int pc,
int destination,
com.ibm.wala.types.TypeReference type,
int source,
org.jf.dexlib2.Opcode opcode,
DexIMethod method)
public void visit(Instruction.Visitor visitor)
visit in class InstructionCopyright © 2019. All rights reserved.