Klasse ModuleAttribute
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
org.aspectj.org.eclipse.jdt.internal.core.util.ModuleAttribute
- Alle implementierten Schnittstellen:
IClassFileAttribute,IModuleAttribute
- Seit:
- 3.14
-
Feldübersicht
Von Klasse geerbte Felder org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
NO_ATTRIBUTES -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintAnswer back the exports count.Answer back the array of exports infos of the .class file, an empty array if none.intAnswer back the module flags.char[]Answer back the module name.intAnswer back the module name index.intAnswer back the module version index.char[]Answer back the module version string.intAnswer back the opens count.Answer back the array of opens infos of the .class file, an empty array if none.intAnswer back the provides count.Answer back the array of provides infos of the .class file, an empty array if none.intAnswer back the requires count.Answer back the array of requires infos of the .class file, an empty array if none.char[][]Answer back the array of uses class names of the .class file, an empty array if none.intAnswer back the uses count.int[]Answer back the array of uses indices of the .class file, an empty array if none.Von Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndexVon Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
doubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8AtVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden org.aspectj.org.eclipse.jdt.core.util.IClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndex
-
Methodendetails
-
getModuleNameIndex
public int getModuleNameIndex()Beschreibung aus Schnittstelle kopiert:IModuleAttributeAnswer back the module name index.- Angegeben von:
getModuleNameIndexin SchnittstelleIModuleAttribute- Gibt zurück:
- the module name index
-
getModuleName
public char[] getModuleName()Beschreibung aus Schnittstelle kopiert:IModuleAttributeAnswer back the module name.- Angegeben von:
getModuleNamein SchnittstelleIModuleAttribute- Gibt zurück:
- the module name
-
getModuleFlags
public int getModuleFlags()Beschreibung aus Schnittstelle kopiert:IModuleAttributeAnswer back the module flags.- Angegeben von:
getModuleFlagsin SchnittstelleIModuleAttribute- Gibt zurück:
- the module flags
-
getModuleVersionIndex
public int getModuleVersionIndex()Beschreibung aus Schnittstelle kopiert:IModuleAttributeAnswer back the module version index.- Angegeben von:
getModuleVersionIndexin SchnittstelleIModuleAttribute- Gibt zurück:
- the module version index
-
getModuleVersionValue
public char[] getModuleVersionValue()Beschreibung aus Schnittstelle kopiert:IModuleAttributeAnswer back the module version string.- Angegeben von:
getModuleVersionValuein SchnittstelleIModuleAttribute- Gibt zurück:
- the module version string
-
getRequiresCount
public int getRequiresCount()Beschreibung aus Schnittstelle kopiert:IModuleAttributeAnswer back the requires count.- Angegeben von:
getRequiresCountin SchnittstelleIModuleAttribute- Gibt zurück:
- the requires counts
-
getRequiresInfo
Beschreibung aus Schnittstelle kopiert:IModuleAttributeAnswer back the array of requires infos of the .class file, an empty array if none.- Angegeben von:
getRequiresInfoin SchnittstelleIModuleAttribute- 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:IModuleAttributeAnswer back the exports count.- Angegeben von:
getExportsCountin SchnittstelleIModuleAttribute- Gibt zurück:
- the exports counts
-
getExportsInfo
Beschreibung aus Schnittstelle kopiert:IModuleAttributeAnswer back the array of exports infos of the .class file, an empty array if none.- Angegeben von:
getExportsInfoin SchnittstelleIModuleAttribute- 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:IModuleAttributeAnswer back the opens count.- Angegeben von:
getOpensCountin SchnittstelleIModuleAttribute- Gibt zurück:
- the opens counts
-
getOpensInfo
Beschreibung aus Schnittstelle kopiert:IModuleAttributeAnswer back the array of opens infos of the .class file, an empty array if none.- Angegeben von:
getOpensInfoin SchnittstelleIModuleAttribute- 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:IModuleAttributeAnswer back the uses count.- Angegeben von:
getUsesCountin SchnittstelleIModuleAttribute- Gibt zurück:
- the uses counts
-
getUsesIndices
public int[] getUsesIndices()Beschreibung aus Schnittstelle kopiert:IModuleAttributeAnswer back the array of uses indices of the .class file, an empty array if none.- Angegeben von:
getUsesIndicesin SchnittstelleIModuleAttribute- 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:IModuleAttributeAnswer back the array of uses class names of the .class file, an empty array if none.- Angegeben von:
getUsesClassNamesin SchnittstelleIModuleAttribute- 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:IModuleAttributeAnswer back the provides count.- Angegeben von:
getProvidesCountin SchnittstelleIModuleAttribute- Gibt zurück:
- the provides counts
-
getProvidesInfo
Beschreibung aus Schnittstelle kopiert:IModuleAttributeAnswer back the array of provides infos of the .class file, an empty array if none.- Angegeben von:
getProvidesInfoin SchnittstelleIModuleAttribute- Gibt zurück:
- the array of provides infos of the .class file, an empty array if none
-