Klasse ModuleAttribute

Alle implementierten Schnittstellen:
IClassFileAttribute, IModuleAttribute

public class ModuleAttribute extends ClassFileAttribute implements IModuleAttribute
Seit:
3.14
  • Methodendetails

    • getModuleNameIndex

      public int getModuleNameIndex()
      Beschreibung aus Schnittstelle kopiert: IModuleAttribute
      Answer back the module name index.
      Angegeben von:
      getModuleNameIndex in Schnittstelle IModuleAttribute
      Gibt zurück:
      the module name index
    • getModuleName

      public char[] getModuleName()
      Beschreibung aus Schnittstelle kopiert: IModuleAttribute
      Answer back the module name.
      Angegeben von:
      getModuleName in Schnittstelle IModuleAttribute
      Gibt zurück:
      the module name
    • getModuleFlags

      public int getModuleFlags()
      Beschreibung aus Schnittstelle kopiert: IModuleAttribute
      Answer back the module flags.
      Angegeben von:
      getModuleFlags in Schnittstelle IModuleAttribute
      Gibt zurück:
      the module flags
    • getModuleVersionIndex

      public int getModuleVersionIndex()
      Beschreibung aus Schnittstelle kopiert: IModuleAttribute
      Answer back the module version index.
      Angegeben von:
      getModuleVersionIndex in Schnittstelle IModuleAttribute
      Gibt zurück:
      the module version index
    • getModuleVersionValue

      public char[] getModuleVersionValue()
      Beschreibung aus Schnittstelle kopiert: IModuleAttribute
      Answer back the module version string.
      Angegeben von:
      getModuleVersionValue in Schnittstelle IModuleAttribute
      Gibt zurück:
      the module version string
    • getRequiresCount

      public int getRequiresCount()
      Beschreibung aus Schnittstelle kopiert: IModuleAttribute
      Answer back the requires count.
      Angegeben von:
      getRequiresCount in Schnittstelle IModuleAttribute
      Gibt zurück:
      the requires counts
    • getRequiresInfo

      public IRequiresInfo[] getRequiresInfo()
      Beschreibung aus Schnittstelle kopiert: IModuleAttribute
      Answer back the array of requires infos of the .class file, an empty array if none.
      Angegeben von:
      getRequiresInfo in Schnittstelle IModuleAttribute
      Gibt zurück:
      the array of requires infos of the .class file, an empty array if none
    • getExportsCount

      public int getExportsCount()
      Beschreibung aus Schnittstelle kopiert: IModuleAttribute
      Answer back the exports count.
      Angegeben von:
      getExportsCount in Schnittstelle IModuleAttribute
      Gibt zurück:
      the exports counts
    • getExportsInfo

      public IPackageVisibilityInfo[] getExportsInfo()
      Beschreibung aus Schnittstelle kopiert: IModuleAttribute
      Answer back the array of exports infos of the .class file, an empty array if none.
      Angegeben von:
      getExportsInfo in Schnittstelle IModuleAttribute
      Gibt zurück:
      the array of exports infos of the .class file, an empty array if none
    • getOpensCount

      public int getOpensCount()
      Beschreibung aus Schnittstelle kopiert: IModuleAttribute
      Answer back the opens count.
      Angegeben von:
      getOpensCount in Schnittstelle IModuleAttribute
      Gibt zurück:
      the opens counts
    • getOpensInfo

      public IPackageVisibilityInfo[] getOpensInfo()
      Beschreibung aus Schnittstelle kopiert: IModuleAttribute
      Answer back the array of opens infos of the .class file, an empty array if none.
      Angegeben von:
      getOpensInfo in Schnittstelle IModuleAttribute
      Gibt zurück:
      the array of opens infos of the .class file, an empty array if none
    • getUsesCount

      public int getUsesCount()
      Beschreibung aus Schnittstelle kopiert: IModuleAttribute
      Answer back the uses count.
      Angegeben von:
      getUsesCount in Schnittstelle IModuleAttribute
      Gibt zurück:
      the uses counts
    • getUsesIndices

      public int[] getUsesIndices()
      Beschreibung aus Schnittstelle kopiert: IModuleAttribute
      Answer back the array of uses indices of the .class file, an empty array if none.
      Angegeben von:
      getUsesIndices in Schnittstelle IModuleAttribute
      Gibt zurück:
      the array of uses indices of the .class file, an empty array if none
    • getUsesClassNames

      public char[][] getUsesClassNames()
      Beschreibung aus Schnittstelle kopiert: IModuleAttribute
      Answer back the array of uses class names of the .class file, an empty array if none.
      Angegeben von:
      getUsesClassNames in Schnittstelle IModuleAttribute
      Gibt zurück:
      the array of uses class names of the .class file, an empty array if none
    • getProvidesCount

      public int getProvidesCount()
      Beschreibung aus Schnittstelle kopiert: IModuleAttribute
      Answer back the provides count.
      Angegeben von:
      getProvidesCount in Schnittstelle IModuleAttribute
      Gibt zurück:
      the provides counts
    • getProvidesInfo

      public IProvidesInfo[] getProvidesInfo()
      Beschreibung aus Schnittstelle kopiert: IModuleAttribute
      Answer back the array of provides infos of the .class file, an empty array if none.
      Angegeben von:
      getProvidesInfo in Schnittstelle IModuleAttribute
      Gibt zurück:
      the array of provides infos of the .class file, an empty array if none