Interface VariablesPackage.Literals
-
- Enclosing interface:
- VariablesPackage
public static interface VariablesPackage.LiteralsDefines literals for the meta objects that represent- each class,
- each feature of each class,
- each enum,
- and each data type
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static EClassADDITIONAL_LOCAL_VARIABLEThe meta object literal for the 'Additional Local Variable' class.static EClassLOCAL_VARIABLEThe meta object literal for the 'Local Variable' class.static EReferenceLOCAL_VARIABLE__ADDITIONAL_LOCAL_VARIABLESThe meta object literal for the 'Additional Local Variables' containment reference list feature.static EClassRESOURCEThe meta object literal for the 'Resource' class.static EClassVARIABLEThe meta object literal for the 'Variable' class.
-
-
-
Field Detail
-
VARIABLE
static final EClass VARIABLE
The meta object literal for the 'Variable' class.- See Also:
VariableImpl,VariablesPackageImpl.getVariable()- Generated class or method.
-
LOCAL_VARIABLE
static final EClass LOCAL_VARIABLE
The meta object literal for the 'Local Variable' class.- See Also:
LocalVariableImpl,VariablesPackageImpl.getLocalVariable()- Generated class or method.
-
LOCAL_VARIABLE__ADDITIONAL_LOCAL_VARIABLES
static final EReference LOCAL_VARIABLE__ADDITIONAL_LOCAL_VARIABLES
The meta object literal for the 'Additional Local Variables' containment reference list feature.- Generated class or method.
-
ADDITIONAL_LOCAL_VARIABLE
static final EClass ADDITIONAL_LOCAL_VARIABLE
The meta object literal for the 'Additional Local Variable' class.- See Also:
AdditionalLocalVariableImpl,VariablesPackageImpl.getAdditionalLocalVariable()- Generated class or method.
-
RESOURCE
static final EClass RESOURCE
The meta object literal for the 'Resource' class.- See Also:
Resource,VariablesPackageImpl.getResource()- Generated class or method.
-
-