|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JavaScopePackage
The Package for the model. It contains accessors for the meta objects to represent
JavaScopeFactory| Nested Class Summary | |
|---|---|
static interface |
JavaScopePackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type |
| Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage |
|---|
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry |
| Field Summary | |
|---|---|
static int |
EBUILT_IN_MODULE
The meta object id for the ' EBuilt In Module' class. |
static int |
EBUILT_IN_MODULE__ID
The feature id for the 'Id' attribute. |
static int |
EBUILT_IN_MODULE_FEATURE_COUNT
The number of structural features of the 'EBuilt In Module' class. |
static int |
EBUILT_IN_RESOURCE
The meta object id for the ' EBuilt In Resource' enum. |
static int |
ECLASS_FILE
The meta object id for the ' EClass File' class. |
static int |
ECLASS_FILE__URL
The feature id for the 'Url' attribute. |
static int |
ECLASS_FILE_FEATURE_COUNT
The number of structural features of the 'EClass File' class. |
static int |
ECLASS_LOADER
The meta object id for the ' EClass Loader' class. |
static int |
ECLASS_LOADER__LOADER_NAME
The feature id for the 'Loader Name' attribute. |
static int |
ECLASS_LOADER__MODULES
The feature id for the 'Modules' containment reference list. |
static int |
ECLASS_LOADER_FEATURE_COUNT
The number of structural features of the 'EClass Loader' class. |
static int |
ECLASSPATH
The meta object id for the ' EClasspath' class. |
static int |
ECLASSPATH__STRING
The feature id for the 'String' attribute. |
static int |
ECLASSPATH_FEATURE_COUNT
The number of structural features of the 'EClasspath' class. |
static int |
EFILE
The meta object id for the ' EFile' class. |
static int |
EFILE__URL
The feature id for the 'Url' attribute. |
static int |
EFILE_FEATURE_COUNT
The number of structural features of the 'EFile' class. |
static JavaScopePackage |
eINSTANCE
The singleton instance of the package. |
static int |
EJAR_FILE
The meta object id for the ' EJar File' class. |
static int |
EJAR_FILE__URL
The feature id for the 'Url' attribute. |
static int |
EJAR_FILE_FEATURE_COUNT
The number of structural features of the 'EJar File' class. |
static int |
EJAVA_ANALYSIS_SCOPE
The meta object id for the ' EJava Analysis Scope' class. |
static int |
EJAVA_ANALYSIS_SCOPE__EXCLUSION_FILE_NAME
The feature id for the 'Exclusion File Name' attribute. |
static int |
EJAVA_ANALYSIS_SCOPE__LOADERS
The feature id for the 'Loaders' containment reference list. |
static int |
EJAVA_ANALYSIS_SCOPE_FEATURE_COUNT
The number of structural features of the 'EJava Analysis Scope' class. |
static int |
EMODULE
The meta object id for the ' EModule' class. |
static int |
EMODULE_FEATURE_COUNT
The number of structural features of the 'EModule' class. |
static java.lang.String |
eNAME
The package name. |
static java.lang.String |
eNS_PREFIX
The package namespace name. |
static java.lang.String |
eNS_URI
The package namespace URI. |
static int |
ESOURCE_FILE
The meta object id for the ' ESource File' class. |
static int |
ESOURCE_FILE__URL
The feature id for the 'Url' attribute. |
static int |
ESOURCE_FILE_FEATURE_COUNT
The number of structural features of the 'ESource File' class. |
static int |
ESTANDARD_CLASS_LOADER
The meta object id for the ' EStandard Class Loader' enum. |
| Method Summary | |
|---|---|
org.eclipse.emf.ecore.EAttribute |
getEBuiltInModule_Id()
Returns the meta object for the attribute ' Id'. |
org.eclipse.emf.ecore.EClass |
getEBuiltInModule()
Returns the meta object for class ' EBuilt In Module'. |
org.eclipse.emf.ecore.EEnum |
getEBuiltInResource()
Returns the meta object for enum ' EBuilt In Resource'. |
org.eclipse.emf.ecore.EClass |
getEClassFile()
Returns the meta object for class ' EClass File'. |
org.eclipse.emf.ecore.EAttribute |
getEClassLoader_LoaderName()
Returns the meta object for the attribute ' Loader Name'. |
org.eclipse.emf.ecore.EReference |
getEClassLoader_Modules()
Returns the meta object for the containment reference list ' Modules'. |
org.eclipse.emf.ecore.EClass |
getEClassLoader()
Returns the meta object for class ' EClass Loader'. |
org.eclipse.emf.ecore.EAttribute |
getEClasspath_String()
Returns the meta object for the attribute ' String'. |
org.eclipse.emf.ecore.EClass |
getEClasspath()
Returns the meta object for class ' EClasspath'. |
org.eclipse.emf.ecore.EAttribute |
getEFile_Url()
Returns the meta object for the attribute ' Url'. |
org.eclipse.emf.ecore.EClass |
getEFile()
Returns the meta object for class ' EFile'. |
org.eclipse.emf.ecore.EAttribute |
getEJarFile_Url()
Returns the meta object for the attribute ' Url'. |
org.eclipse.emf.ecore.EClass |
getEJarFile()
Returns the meta object for class ' EJar File'. |
org.eclipse.emf.ecore.EAttribute |
getEJavaAnalysisScope_ExclusionFileName()
Returns the meta object for the attribute ' Exclusion File Name'. |
org.eclipse.emf.ecore.EReference |
getEJavaAnalysisScope_Loaders()
Returns the meta object for the containment reference list ' Loaders'. |
org.eclipse.emf.ecore.EClass |
getEJavaAnalysisScope()
Returns the meta object for class ' EJava Analysis Scope'. |
org.eclipse.emf.ecore.EClass |
getEModule()
Returns the meta object for class ' EModule'. |
org.eclipse.emf.ecore.EClass |
getESourceFile()
Returns the meta object for class ' ESource File'. |
org.eclipse.emf.ecore.EEnum |
getEStandardClassLoader()
Returns the meta object for enum ' EStandard Class Loader'. |
JavaScopeFactory |
getJavaScopeFactory()
Returns the factory that creates the instances of the model. |
| Methods inherited from interface org.eclipse.emf.ecore.EPackage |
|---|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI |
| Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
|---|
getName, setName |
| Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
|---|
getEAnnotation, getEAnnotations |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final JavaScopePackage eINSTANCE
static final int EJAVA_ANALYSIS_SCOPE
EJava Analysis Scope' class.
EJavaAnalysisScopeImpl,
JavaScopePackageImpl.getEJavaAnalysisScope(),
Constant Field Valuesstatic final int EJAVA_ANALYSIS_SCOPE__LOADERS
static final int EJAVA_ANALYSIS_SCOPE__EXCLUSION_FILE_NAME
static final int EJAVA_ANALYSIS_SCOPE_FEATURE_COUNT
static final int ECLASS_LOADER
EClass Loader' class.
EClassLoaderImpl,
JavaScopePackageImpl.getEClassLoader(),
Constant Field Valuesstatic final int ECLASS_LOADER__MODULES
static final int ECLASS_LOADER__LOADER_NAME
static final int ECLASS_LOADER_FEATURE_COUNT
static final int EMODULE
EModule' class.
EModule,
JavaScopePackageImpl.getEModule(),
Constant Field Valuesstatic final int EMODULE_FEATURE_COUNT
static final int EBUILT_IN_MODULE
EBuilt In Module' class.
EBuiltInModuleImpl,
JavaScopePackageImpl.getEBuiltInModule(),
Constant Field Valuesstatic final int EBUILT_IN_MODULE__ID
static final int EBUILT_IN_MODULE_FEATURE_COUNT
static final int EJAR_FILE
EJar File' class.
EJarFileImpl,
JavaScopePackageImpl.getEJarFile(),
Constant Field Valuesstatic final int EJAR_FILE__URL
static final int EJAR_FILE_FEATURE_COUNT
static final int EFILE
EFile' class.
EFileImpl,
JavaScopePackageImpl.getEFile(),
Constant Field Valuesstatic final int EFILE__URL
static final int EFILE_FEATURE_COUNT
static final int ECLASS_FILE
EClass File' class.
EClassFileImpl,
JavaScopePackageImpl.getEClassFile(),
Constant Field Valuesstatic final int ECLASS_FILE__URL
static final int ECLASS_FILE_FEATURE_COUNT
static final int ESOURCE_FILE
ESource File' class.
ESourceFileImpl,
JavaScopePackageImpl.getESourceFile(),
Constant Field Valuesstatic final int ESOURCE_FILE__URL
static final int ESOURCE_FILE_FEATURE_COUNT
static final int ECLASSPATH
EClasspath' class.
EClasspathImpl,
JavaScopePackageImpl.getEClasspath(),
Constant Field Valuesstatic final int ECLASSPATH__STRING
static final int ECLASSPATH_FEATURE_COUNT
static final int EBUILT_IN_RESOURCE
EBuilt In Resource' enum.
EBuiltInResource,
JavaScopePackageImpl.getEBuiltInResource(),
Constant Field Valuesstatic final int ESTANDARD_CLASS_LOADER
EStandard Class Loader' enum.
EStandardClassLoader,
JavaScopePackageImpl.getEStandardClassLoader(),
Constant Field Values| Method Detail |
|---|
org.eclipse.emf.ecore.EClass getEJavaAnalysisScope()
EJava Analysis Scope'.
EJavaAnalysisScopeorg.eclipse.emf.ecore.EReference getEJavaAnalysisScope_Loaders()
Loaders'.
EJavaAnalysisScope.getLoaders(),
getEJavaAnalysisScope()org.eclipse.emf.ecore.EAttribute getEJavaAnalysisScope_ExclusionFileName()
Exclusion File Name'.
EJavaAnalysisScope.getExclusionFileName(),
getEJavaAnalysisScope()org.eclipse.emf.ecore.EClass getEClassLoader()
EClass Loader'.
EClassLoaderorg.eclipse.emf.ecore.EReference getEClassLoader_Modules()
Modules'.
EClassLoader.getModules(),
getEClassLoader()org.eclipse.emf.ecore.EAttribute getEClassLoader_LoaderName()
Loader Name'.
EClassLoader.getLoaderName(),
getEClassLoader()org.eclipse.emf.ecore.EClass getEModule()
EModule'.
EModuleorg.eclipse.emf.ecore.EClass getEBuiltInModule()
EBuilt In Module'.
EBuiltInModuleorg.eclipse.emf.ecore.EAttribute getEBuiltInModule_Id()
Id'.
EBuiltInModule.getId(),
getEBuiltInModule()org.eclipse.emf.ecore.EClass getEJarFile()
EJar File'.
EJarFileorg.eclipse.emf.ecore.EAttribute getEJarFile_Url()
Url'.
EJarFile.getUrl(),
getEJarFile()org.eclipse.emf.ecore.EClass getEFile()
EFile'.
EFileorg.eclipse.emf.ecore.EAttribute getEFile_Url()
Url'.
EFile.getUrl(),
getEFile()org.eclipse.emf.ecore.EClass getEClassFile()
EClass File'.
EClassFileorg.eclipse.emf.ecore.EClass getESourceFile()
ESource File'.
ESourceFileorg.eclipse.emf.ecore.EClass getEClasspath()
EClasspath'.
EClasspathorg.eclipse.emf.ecore.EAttribute getEClasspath_String()
String'.
EClasspath.getString(),
getEClasspath()org.eclipse.emf.ecore.EEnum getEBuiltInResource()
EBuilt In Resource'.
EBuiltInResourceorg.eclipse.emf.ecore.EEnum getEStandardClassLoader()
EStandard Class Loader'.
EStandardClassLoaderJavaScopeFactory getJavaScopeFactory()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||