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