Interface VariablesPackage
-
- All Superinterfaces:
EModelElement,ENamedElement,EObject,EPackage,Notifier
- All Known Implementing Classes:
VariablesPackageImpl
public interface VariablesPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each enum,
- and each data type
- See Also:
VariablesFactory- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceVariablesPackage.LiteralsDefines 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
EPackage.Descriptor, EPackage.Registry
-
-
Field Summary
Fields Modifier and Type Field Description static intADDITIONAL_LOCAL_VARIABLEThe meta object id for the 'Additional Local Variable' class.static intADDITIONAL_LOCAL_VARIABLE__ARRAY_DIMENSIONS_AFTERThe feature id for the 'Array Dimensions After' containment reference list.static intADDITIONAL_LOCAL_VARIABLE__ARRAY_DIMENSIONS_BEFOREThe feature id for the 'Array Dimensions Before' containment reference list.static intADDITIONAL_LOCAL_VARIABLE__INITIAL_VALUEThe feature id for the 'Initial Value' containment reference.static intADDITIONAL_LOCAL_VARIABLE__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.static intADDITIONAL_LOCAL_VARIABLE__NAMEThe feature id for the 'Name' attribute.static intADDITIONAL_LOCAL_VARIABLE_FEATURE_COUNTThe number of structural features of the 'Additional Local Variable' class.static VariablesPackageeINSTANCEThe singleton instance of the package.static StringeNAMEThe package name.static StringeNS_PREFIXThe package namespace name.static StringeNS_URIThe package namespace URI.static intLOCAL_VARIABLEThe meta object id for the 'Local Variable' class.static intLOCAL_VARIABLE__ADDITIONAL_LOCAL_VARIABLESThe feature id for the 'Additional Local Variables' containment reference list.static intLOCAL_VARIABLE__ANNOTATIONS_AND_MODIFIERSThe feature id for the 'Annotations And Modifiers' containment reference list.static intLOCAL_VARIABLE__ARRAY_DIMENSIONS_AFTERThe feature id for the 'Array Dimensions After' containment reference list.static intLOCAL_VARIABLE__ARRAY_DIMENSIONS_BEFOREThe feature id for the 'Array Dimensions Before' containment reference list.static intLOCAL_VARIABLE__INITIAL_VALUEThe feature id for the 'Initial Value' containment reference.static intLOCAL_VARIABLE__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.static intLOCAL_VARIABLE__NAMEThe feature id for the 'Name' attribute.static intLOCAL_VARIABLE__TYPE_ARGUMENTSThe feature id for the 'Type Arguments' containment reference list.static intLOCAL_VARIABLE__TYPE_REFERENCEThe feature id for the 'Type Reference' containment reference.static intLOCAL_VARIABLE_FEATURE_COUNTThe number of structural features of the 'Local Variable' class.static intRESOURCEThe meta object id for the 'Resource' class.static intRESOURCE__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.static intRESOURCE_FEATURE_COUNTThe number of structural features of the 'Resource' class.static intVARIABLEThe meta object id for the 'Variable' class.static intVARIABLE__ARRAY_DIMENSIONS_AFTERThe feature id for the 'Array Dimensions After' containment reference list.static intVARIABLE__ARRAY_DIMENSIONS_BEFOREThe feature id for the 'Array Dimensions Before' containment reference list.static intVARIABLE__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.static intVARIABLE__NAMEThe feature id for the 'Name' attribute.static intVARIABLE__TYPE_ARGUMENTSThe feature id for the 'Type Arguments' containment reference list.static intVARIABLE__TYPE_REFERENCEThe feature id for the 'Type Reference' containment reference.static intVARIABLE_FEATURE_COUNTThe number of structural features of the 'Variable' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClassgetAdditionalLocalVariable()Returns the meta object for class 'Additional Local Variable'.EClassgetLocalVariable()Returns the meta object for class 'Local Variable'.EReferencegetLocalVariable_AdditionalLocalVariables()Returns the meta object for the containment reference list 'Additional Local Variables'.EClassgetResource()Returns the meta object for class 'Resource'.EClassgetVariable()Returns the meta object for class 'Variable'.VariablesFactorygetVariablesFactory()Returns the factory that creates the instances of the model.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
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.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
- Generated class or method.
-
eINSTANCE
static final VariablesPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
VARIABLE
static final int VARIABLE
The meta object id for the 'Variable' class.- See Also:
VariableImpl,VariablesPackageImpl.getVariable(), Constant Field Values- Generated class or method.
-
VARIABLE__LAYOUT_INFORMATIONS
static final int VARIABLE__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VARIABLE__NAME
static final int VARIABLE__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VARIABLE__TYPE_REFERENCE
static final int VARIABLE__TYPE_REFERENCE
The feature id for the 'Type Reference' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VARIABLE__ARRAY_DIMENSIONS_BEFORE
static final int VARIABLE__ARRAY_DIMENSIONS_BEFORE
The feature id for the 'Array Dimensions Before' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VARIABLE__ARRAY_DIMENSIONS_AFTER
static final int VARIABLE__ARRAY_DIMENSIONS_AFTER
The feature id for the 'Array Dimensions After' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VARIABLE__TYPE_ARGUMENTS
static final int VARIABLE__TYPE_ARGUMENTS
The feature id for the 'Type Arguments' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VARIABLE_FEATURE_COUNT
static final int VARIABLE_FEATURE_COUNT
The number of structural features of the 'Variable' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOCAL_VARIABLE
static final int LOCAL_VARIABLE
The meta object id for the 'Local Variable' class.- See Also:
LocalVariableImpl,VariablesPackageImpl.getLocalVariable(), Constant Field Values- Generated class or method.
-
LOCAL_VARIABLE__LAYOUT_INFORMATIONS
static final int LOCAL_VARIABLE__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOCAL_VARIABLE__NAME
static final int LOCAL_VARIABLE__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOCAL_VARIABLE__TYPE_REFERENCE
static final int LOCAL_VARIABLE__TYPE_REFERENCE
The feature id for the 'Type Reference' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOCAL_VARIABLE__ARRAY_DIMENSIONS_BEFORE
static final int LOCAL_VARIABLE__ARRAY_DIMENSIONS_BEFORE
The feature id for the 'Array Dimensions Before' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOCAL_VARIABLE__ARRAY_DIMENSIONS_AFTER
static final int LOCAL_VARIABLE__ARRAY_DIMENSIONS_AFTER
The feature id for the 'Array Dimensions After' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOCAL_VARIABLE__TYPE_ARGUMENTS
static final int LOCAL_VARIABLE__TYPE_ARGUMENTS
The feature id for the 'Type Arguments' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOCAL_VARIABLE__INITIAL_VALUE
static final int LOCAL_VARIABLE__INITIAL_VALUE
The feature id for the 'Initial Value' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOCAL_VARIABLE__ANNOTATIONS_AND_MODIFIERS
static final int LOCAL_VARIABLE__ANNOTATIONS_AND_MODIFIERS
The feature id for the 'Annotations And Modifiers' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOCAL_VARIABLE__ADDITIONAL_LOCAL_VARIABLES
static final int LOCAL_VARIABLE__ADDITIONAL_LOCAL_VARIABLES
The feature id for the 'Additional Local Variables' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOCAL_VARIABLE_FEATURE_COUNT
static final int LOCAL_VARIABLE_FEATURE_COUNT
The number of structural features of the 'Local Variable' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ADDITIONAL_LOCAL_VARIABLE
static final int ADDITIONAL_LOCAL_VARIABLE
The meta object id for the 'Additional Local Variable' class.- See Also:
AdditionalLocalVariableImpl,VariablesPackageImpl.getAdditionalLocalVariable(), Constant Field Values- Generated class or method.
-
ADDITIONAL_LOCAL_VARIABLE__LAYOUT_INFORMATIONS
static final int ADDITIONAL_LOCAL_VARIABLE__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ADDITIONAL_LOCAL_VARIABLE__NAME
static final int ADDITIONAL_LOCAL_VARIABLE__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ADDITIONAL_LOCAL_VARIABLE__ARRAY_DIMENSIONS_BEFORE
static final int ADDITIONAL_LOCAL_VARIABLE__ARRAY_DIMENSIONS_BEFORE
The feature id for the 'Array Dimensions Before' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ADDITIONAL_LOCAL_VARIABLE__ARRAY_DIMENSIONS_AFTER
static final int ADDITIONAL_LOCAL_VARIABLE__ARRAY_DIMENSIONS_AFTER
The feature id for the 'Array Dimensions After' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ADDITIONAL_LOCAL_VARIABLE__INITIAL_VALUE
static final int ADDITIONAL_LOCAL_VARIABLE__INITIAL_VALUE
The feature id for the 'Initial Value' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ADDITIONAL_LOCAL_VARIABLE_FEATURE_COUNT
static final int ADDITIONAL_LOCAL_VARIABLE_FEATURE_COUNT
The number of structural features of the 'Additional Local Variable' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RESOURCE
static final int RESOURCE
The meta object id for the 'Resource' class.- See Also:
Resource,VariablesPackageImpl.getResource(), Constant Field Values- Generated class or method.
-
RESOURCE__LAYOUT_INFORMATIONS
static final int RESOURCE__LAYOUT_INFORMATIONS
The feature id for the 'Layout Informations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RESOURCE_FEATURE_COUNT
static final int RESOURCE_FEATURE_COUNT
The number of structural features of the 'Resource' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getVariable
EClass getVariable()
Returns the meta object for class 'Variable'.- Returns:
- the meta object for class 'Variable'.
- See Also:
Variable- Generated class or method.
-
getLocalVariable
EClass getLocalVariable()
Returns the meta object for class 'Local Variable'.- Returns:
- the meta object for class 'Local Variable'.
- See Also:
LocalVariable- Generated class or method.
-
getLocalVariable_AdditionalLocalVariables
EReference getLocalVariable_AdditionalLocalVariables()
Returns the meta object for the containment reference list 'Additional Local Variables'.- Returns:
- the meta object for the containment reference list 'Additional Local Variables'.
- See Also:
LocalVariable.getAdditionalLocalVariables(),getLocalVariable()- Generated class or method.
-
getAdditionalLocalVariable
EClass getAdditionalLocalVariable()
Returns the meta object for class 'Additional Local Variable'.- Returns:
- the meta object for class 'Additional Local Variable'.
- See Also:
AdditionalLocalVariable- Generated class or method.
-
getResource
EClass getResource()
Returns the meta object for class 'Resource'.- Returns:
- the meta object for class 'Resource'.
- See Also:
Resource- Generated class or method.
-
getVariablesFactory
VariablesFactory getVariablesFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-