Class CheckCast

java.lang.Object
com.ibm.wala.dalvik.dex.instructions.Instruction
com.ibm.wala.dalvik.dex.instructions.CheckCast

public class CheckCast extends Instruction
  • 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