public class InstanceOf extends Instruction
Instruction.Visitor
Modifier and Type | Field and Description |
---|---|
int |
destination |
int |
source |
TypeReference |
type |
method, noInstructions, opcode, pc
Constructor and Description |
---|
InstanceOf(int pc,
int destination,
TypeReference type,
int source,
org.jf.dexlib.Code.Opcode opcode,
DexIMethod method) |
Modifier and Type | Method and Description |
---|---|
void |
visit(Instruction.Visitor visitor) |
getBranchTargets, getOpcode, getParentMethod, isFallThrough, isPEI
public final int destination
public final int source
public final TypeReference type
public InstanceOf(int pc, int destination, TypeReference type, int source, org.jf.dexlib.Code.Opcode opcode, DexIMethod method)
public void visit(Instruction.Visitor visitor)
visit
in class Instruction