Class CheckCast
java.lang.Object
com.ibm.wala.dalvik.dex.instructions.Instruction
com.ibm.wala.dalvik.dex.instructions.CheckCast
-
Nested Class Summary
Nested classes/interfaces inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
Instruction.Visitor -
Field Summary
FieldsFields inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
method, noInstructions, opcode, pc -
Constructor Summary
ConstructorsConstructorDescriptionCheckCast(int pc, com.ibm.wala.types.TypeReference type, int object, org.jf.dexlib2.Opcode opcode, DexIMethod method) -
Method Summary
Methods inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
getBranchTargets, getOpcode, getParentMethod, isFallThrough, isPEI
-
Field Details
-
type
public final com.ibm.wala.types.TypeReference type -
object
public final int object
-
-
Constructor Details
-
CheckCast
public CheckCast(int pc, com.ibm.wala.types.TypeReference type, int object, org.jf.dexlib2.Opcode opcode, DexIMethod method)
-
-
Method Details
-
visit
- Specified by:
visitin classInstruction
-