public interface IModuleAttribute extends IClassFileAttribute
Modifier and Type | Method and Description |
---|---|
int |
getExportsCount()
Answer back the exports count.
|
IPackageVisibilityInfo[] |
getExportsInfo()
Answer back the array of exports infos of the .class file,
an empty array if none.
|
int |
getModuleFlags()
Answer back the module flags.
|
char[] |
getModuleName()
Answer back the module name.
|
int |
getModuleNameIndex()
Answer back the module name index.
|
int |
getModuleVersionIndex()
Answer back the module version index.
|
char[] |
getModuleVersionValue()
Answer back the module version string.
|
int |
getOpensCount()
Answer back the opens count.
|
IPackageVisibilityInfo[] |
getOpensInfo()
Answer back the array of opens infos of the .class file,
an empty array if none.
|
int |
getProvidesCount()
Answer back the provides count.
|
IProvidesInfo[] |
getProvidesInfo()
Answer back the array of provides infos of the .class file,
an empty array if none.
|
int |
getRequiresCount()
Answer back the requires count.
|
IRequiresInfo[] |
getRequiresInfo()
Answer back the array of requires infos of the .class file,
an empty array if none.
|
char[][] |
getUsesClassNames()
Answer back the array of uses class names of the .class file,
an empty array if none.
|
int |
getUsesCount()
Answer back the uses count.
|
int[] |
getUsesIndices()
Answer back the array of uses indices of the .class file,
an empty array if none.
|
getAttributeLength, getAttributeName, getAttributeNameIndex
int getModuleNameIndex()
char[] getModuleName()
int getModuleFlags()
int getModuleVersionIndex()
char[] getModuleVersionValue()
int getRequiresCount()
IRequiresInfo[] getRequiresInfo()
int getExportsCount()
IPackageVisibilityInfo[] getExportsInfo()
int getOpensCount()
IPackageVisibilityInfo[] getOpensInfo()
int getUsesCount()
int[] getUsesIndices()
char[][] getUsesClassNames()
int getProvidesCount()
IProvidesInfo[] getProvidesInfo()
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.