Interface LoadableConstantEntry

All Superinterfaces:
PoolEntryPREVIEW
All Known Subinterfaces:
ClassEntryPREVIEW, ConstantDynamicEntryPREVIEW, ConstantValueEntryPREVIEW, DoubleEntryPREVIEW, FloatEntryPREVIEW, IntegerEntryPREVIEW, LongEntryPREVIEW, MethodHandleEntryPREVIEW, MethodTypeEntryPREVIEW, StringEntryPREVIEW

LoadableConstantEntry is a preview API of the Java platform.
Programs can only use LoadableConstantEntry when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
Marker interface for constant pool entries suitable for loading via the LDC instructions.
Since:
22
  • Method Details

    • constantValue

      ConstantDesc constantValue()
      Returns the constant described by this entry.
      Returns:
      the constant described by this entry
    • typeKind

      default TypeKindPREVIEW typeKind()
      Returns the type of the constant.
      Returns:
      the type of the constant