Schnittstelle IModulePackagesAttribute

Alle Superschnittstellen:
IClassFileAttribute
Alle bekannten Implementierungsklassen:
ModulePackagesAttribute

public interface IModulePackagesAttribute extends IClassFileAttribute
Description of a Module Packages as described in the JVMS9 4.7.26 This interface may be implemented by clients.
Seit:
3.14
  • Methodendetails

    • getPackagesCount

      int getPackagesCount()
      Answer back the number of packages exported or opened.
      Gibt zurück:
      the number of packages exported or opened
    • getPackageIndices

      int[] getPackageIndices()
      Answer back the array of package indices.
      Gibt zurück:
      the array of package indices.
    • getPackageNames

      char[][] getPackageNames()
      Answer back the names of packages. Answers an empty collection if none.
      Gibt zurück:
      the names of packages