Interface InstructionSet.Constant<T>
- All Known Subinterfaces:
InstructionSet.ConstantPoolEntryConstant
- All Known Implementing Classes:
InstructionSet.BytecodeEncodedConstant, InstructionSet.I_ACONST_NULL, InstructionSet.I_BIPUSH, InstructionSet.I_DCONST_0, InstructionSet.I_DCONST_1, InstructionSet.I_FCONST_0, InstructionSet.I_FCONST_1, InstructionSet.I_FCONST_2, InstructionSet.I_ICONST_0, InstructionSet.I_ICONST_1, InstructionSet.I_ICONST_2, InstructionSet.I_ICONST_3, InstructionSet.I_ICONST_4, InstructionSet.I_ICONST_5, InstructionSet.I_ICONST_M1, InstructionSet.I_LCONST_0, InstructionSet.I_LCONST_1, InstructionSet.I_LDC, InstructionSet.I_LDC_W, InstructionSet.I_LDC2_W, InstructionSet.I_SIPUSH, InstructionSet.ImmediateConstant
- Enclosing class:
InstructionSet
public static interface InstructionSet.Constant<T>
-
Method Summary
-
Method Details
-
getValue
T getValue()
-