Class Constant.IntConstant
- java.lang.Object
-
- com.ibm.wala.dalvik.dex.instructions.Instruction
-
- com.ibm.wala.dalvik.dex.instructions.Constant
-
- com.ibm.wala.dalvik.dex.instructions.Constant.IntConstant
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.ibm.wala.dalvik.dex.instructions.Constant
Constant.ClassConstant, Constant.IntConstant, Constant.LongConstant, Constant.StringConstant
-
Nested classes/interfaces inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
Instruction.Visitor
-
-
Field Summary
Fields Modifier and Type Field Description int
value
-
Fields inherited from class com.ibm.wala.dalvik.dex.instructions.Constant
destination
-
Fields inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
method, noInstructions, opcode, pc
-
-
Constructor Summary
Constructors Constructor Description IntConstant(int pc, int value, int destination, org.jf.dexlib.Code.Opcode opcode, DexIMethod method)
-
Method Summary
-
Methods inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
getBranchTargets, getOpcode, getParentMethod, isFallThrough, isPEI
-
-
-
-
Constructor Detail
-
IntConstant
public IntConstant(int pc, int value, int destination, org.jf.dexlib.Code.Opcode opcode, DexIMethod method)
-
-