Class Constant

java.lang.Object
com.ibm.wala.dalvik.dex.instructions.Instruction
com.ibm.wala.dalvik.dex.instructions.Constant
Direct Known Subclasses:
Constant.ClassConstant, Constant.IntConstant, Constant.LongConstant, Constant.StringConstant

public abstract class Constant extends Instruction
  • Field Details

    • destination

      public final int destination
  • Constructor Details

    • Constant

      protected Constant(int pc, int destination, org.jf.dexlib2.Opcode opcode, DexIMethod method)
  • Method Details