Interface IModuleMainClassAttribute

All Superinterfaces:
IClassFileAttribute

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.
Since:
3.14
  • Method Details

    • getMainClassIndex

      int getMainClassIndex()
      Answer back the main class index.
      Returns:
      the main class index
    • getMainClassName

      char[] getMainClassName()
      Answer back the name of main class.
      Returns:
      the name of main class