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
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
Nested classes/interfaces inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
Instruction.Visitor
-
Field Summary
Fields inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
method, noInstructions, opcode, pc
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constant
(int pc, int destination, 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
-
destination
public final int destination
-
-
Constructor Details
-
Constant
-
-
Method Details
-
visit
- Specified by:
visit
in classInstruction
-