Schnittstelle IModuleMainClassAttribute

Alle Superschnittstellen:
IClassFileAttribute
Alle bekannten Implementierungsklassen:
ModuleMainClassAttribute

public interface IModuleMainClassAttribute extends IClassFileAttribute
Description of a Module Main Class Attribute as described in the JVMS9 4.7.27 This interface may be implemented by clients.
Seit:
3.14
  • Methodendetails

    • getMainClassIndex

      int getMainClassIndex()
      Answer back the main class index.
      Gibt zurück:
      the main class index
    • getMainClassName

      char[] getMainClassName()
      Answer back the name of main class.
      Gibt zurück:
      the name of main class