Interface ModuleEntry

All Superinterfaces:
PoolEntry

public sealed interface ModuleEntry extends PoolEntry
Models a CONSTANT_Module_info constant in the constant pool of a classfile.
See Java Virtual Machine Specification:
4.4.11 The CONSTANT_Module_info Structure
Since:
24
  • Method Details

    • name

      Utf8Entry name()
      Returns the name of the module.
      Returns:
      the name of the module
    • asSymbol

      ModuleDesc asSymbol()
      Returns a symbolic descriptor for the module.
      Returns:
      a symbolic descriptor for the module