Class Constant.LongConstant
java.lang.Object
com.ibm.wala.dalvik.dex.instructions.Instruction
com.ibm.wala.dalvik.dex.instructions.Constant
com.ibm.wala.dalvik.dex.instructions.Constant.LongConstant
- Enclosing class:
Constant
-
Nested Class Summary
Nested classes/interfaces inherited from class Constant
Constant.ClassConstant, Constant.IntConstant, Constant.LongConstant, Constant.StringConstantModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classNested classes/interfaces inherited from class Instruction
Instruction.Visitor -
Field Summary
FieldsFields inherited from class Constant
destinationFields inherited from class Instruction
method, noInstructions, opcode, pcModifier and TypeFieldDescriptionprotected final DexIMethodstatic final int[]protected final org.jf.dexlib2.Opcodefinal int -
Constructor Summary
ConstructorsConstructorDescriptionLongConstant(int pc, long value, int destination, org.jf.dexlib2.Opcode opcode, DexIMethod method) -
Method Summary
Methods inherited from class Instruction
getBranchTargets, getOpcode, getParentMethod, isFallThrough, isPEIModifier and TypeMethodDescriptionint[]org.jf.dexlib2.OpcodebooleanTrue if the instruction can continue.booleanisPEI()True if the instruction can throw an exception
-
Field Details
-
value
public final long value
-
-
Constructor Details
-
LongConstant
public LongConstant(int pc, long value, int destination, org.jf.dexlib2.Opcode opcode, DexIMethod method)
-