Interface ConstantDynamicEntry

All Superinterfaces:
DynamicConstantPoolEntry, LoadableConstantEntry, PoolEntry

public sealed interface ConstantDynamicEntry extends DynamicConstantPoolEntry, LoadableConstantEntry
Models a CONSTANT_Dynamic_info constant in the constant pool of a classfile.
See Java Virtual Machine Specification:
4.4.10 The CONSTANT_Dynamic_info and CONSTANT_InvokeDynamic_info Structures
Since:
24
  • Method Details

    • typeSymbol

      default ClassDesc typeSymbol()
      Returns a symbolic descriptor for the dynamic constant's type.
      Returns:
      a symbolic descriptor for the dynamic constant's type
    • constantValue

      default ConstantDesc constantValue()
      Description copied from interface: LoadableConstantEntry
      Returns the constant described by this entry.
      Specified by:
      constantValue in interface LoadableConstantEntry
      Returns:
      the constant described by this entry
    • asSymbol

      default DynamicConstantDesc<?> asSymbol()
      Returns the symbolic descriptor for the invokedynamic constant.
      Returns:
      the symbolic descriptor for the invokedynamic constant
    • typeKind

      default TypeKind typeKind()
      Returns the type of the constant.
      Specified by:
      typeKind in interface LoadableConstantEntry
      Returns:
      the type of the constant