Class Constant.ClassConstant
java.lang.Object
com.ibm.wala.dalvik.dex.instructions.Instruction
com.ibm.wala.dalvik.dex.instructions.Constant
com.ibm.wala.dalvik.dex.instructions.Constant.ClassConstant
- Enclosing class:
Constant
-
Nested Class Summary
Nested classes/interfaces inherited from class Constant
Constant.ClassConstant, Constant.IntConstant, Constant.LongConstant, Constant.StringConstantNested classes/interfaces inherited from class Instruction
Instruction.Visitor -
Field Summary
FieldsFields inherited from class Constant
destinationFields inherited from class Instruction
method, noInstructions, opcode, pc -
Constructor Summary
ConstructorsConstructorDescriptionClassConstant(int pc, TypeReference value, int destination, org.jf.dexlib2.Opcode opcode, DexIMethod method) -
Method Summary
Methods inherited from class Instruction
getBranchTargets, getOpcode, getParentMethod, isFallThrough, isPEI
-
Field Details
-
value
-
-
Constructor Details
-
ClassConstant
public ClassConstant(int pc, TypeReference value, int destination, org.jf.dexlib2.Opcode opcode, DexIMethod method)
-