Package org.emftext.language.java.arrays
Interface ArraysPackage.Literals
-
- Enclosing interface:
- ArraysPackage
public static interface ArraysPackage.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 EClassARRAY_DIMENSIONThe meta object literal for the 'Array Dimension' class.static EClassARRAY_INITIALIZATION_VALUEThe meta object literal for the 'Array Initialization Value' class.static EClassARRAY_INITIALIZERThe meta object literal for the 'Array Initializer' class.static EReferenceARRAY_INITIALIZER__INITIAL_VALUESThe meta object literal for the 'Initial Values' containment reference list feature.static EClassARRAY_INSTANTIATIONThe meta object literal for the 'Array Instantiation' class.static EClassARRAY_INSTANTIATION_BY_SIZEThe meta object literal for the 'Array Instantiation By Size' class.static EReferenceARRAY_INSTANTIATION_BY_SIZE__SIZESThe meta object literal for the 'Sizes' containment reference list feature.static EClassARRAY_INSTANTIATION_BY_VALUESThe meta object literal for the 'Array Instantiation By Values' class.static EReferenceARRAY_INSTANTIATION_BY_VALUES__ARRAY_INITIALIZERThe meta object literal for the 'Array Initializer' containment reference feature.static EClassARRAY_INSTANTIATION_BY_VALUES_TYPEDThe meta object literal for the 'Array Instantiation By Values Typed' class.static EClassARRAY_INSTANTIATION_BY_VALUES_UNTYPEDThe meta object literal for the 'Array Instantiation By Values Untyped' class.static EClassARRAY_SELECTORThe meta object literal for the 'Array Selector' class.static EReferenceARRAY_SELECTOR__POSITIONThe meta object literal for the 'Position' containment reference feature.static EClassARRAY_TYPEABLEThe meta object literal for the 'Array Typeable' class.static EReferenceARRAY_TYPEABLE__ARRAY_DIMENSIONS_AFTERThe meta object literal for the 'Array Dimensions After' containment reference list feature.static EReferenceARRAY_TYPEABLE__ARRAY_DIMENSIONS_BEFOREThe meta object literal for the 'Array Dimensions Before' containment reference list feature.
-
-
-
Field Detail
-
ARRAY_TYPEABLE
static final EClass ARRAY_TYPEABLE
The meta object literal for the 'Array Typeable' class.- See Also:
ArrayTypeableImpl,ArraysPackageImpl.getArrayTypeable()- Generated class or method.
-
ARRAY_TYPEABLE__ARRAY_DIMENSIONS_BEFORE
static final EReference ARRAY_TYPEABLE__ARRAY_DIMENSIONS_BEFORE
The meta object literal for the 'Array Dimensions Before' containment reference list feature.- Generated class or method.
-
ARRAY_TYPEABLE__ARRAY_DIMENSIONS_AFTER
static final EReference ARRAY_TYPEABLE__ARRAY_DIMENSIONS_AFTER
The meta object literal for the 'Array Dimensions After' containment reference list feature.- Generated class or method.
-
ARRAY_DIMENSION
static final EClass ARRAY_DIMENSION
The meta object literal for the 'Array Dimension' class.- See Also:
ArrayDimensionImpl,ArraysPackageImpl.getArrayDimension()- Generated class or method.
-
ARRAY_INITIALIZER
static final EClass ARRAY_INITIALIZER
The meta object literal for the 'Array Initializer' class.- See Also:
ArrayInitializerImpl,ArraysPackageImpl.getArrayInitializer()- Generated class or method.
-
ARRAY_INITIALIZER__INITIAL_VALUES
static final EReference ARRAY_INITIALIZER__INITIAL_VALUES
The meta object literal for the 'Initial Values' containment reference list feature.- Generated class or method.
-
ARRAY_INITIALIZATION_VALUE
static final EClass ARRAY_INITIALIZATION_VALUE
The meta object literal for the 'Array Initialization Value' class.- See Also:
ArrayInitializationValueImpl,ArraysPackageImpl.getArrayInitializationValue()- Generated class or method.
-
ARRAY_INSTANTIATION
static final EClass ARRAY_INSTANTIATION
The meta object literal for the 'Array Instantiation' class.- See Also:
ArrayInstantiationImpl,ArraysPackageImpl.getArrayInstantiation()- Generated class or method.
-
ARRAY_INSTANTIATION_BY_SIZE
static final EClass ARRAY_INSTANTIATION_BY_SIZE
The meta object literal for the 'Array Instantiation By Size' class.- See Also:
ArrayInstantiationBySizeImpl,ArraysPackageImpl.getArrayInstantiationBySize()- Generated class or method.
-
ARRAY_INSTANTIATION_BY_SIZE__SIZES
static final EReference ARRAY_INSTANTIATION_BY_SIZE__SIZES
The meta object literal for the 'Sizes' containment reference list feature.- Generated class or method.
-
ARRAY_INSTANTIATION_BY_VALUES
static final EClass ARRAY_INSTANTIATION_BY_VALUES
The meta object literal for the 'Array Instantiation By Values' class.- See Also:
ArrayInstantiationByValuesImpl,ArraysPackageImpl.getArrayInstantiationByValues()- Generated class or method.
-
ARRAY_INSTANTIATION_BY_VALUES__ARRAY_INITIALIZER
static final EReference ARRAY_INSTANTIATION_BY_VALUES__ARRAY_INITIALIZER
The meta object literal for the 'Array Initializer' containment reference feature.- Generated class or method.
-
ARRAY_INSTANTIATION_BY_VALUES_UNTYPED
static final EClass ARRAY_INSTANTIATION_BY_VALUES_UNTYPED
The meta object literal for the 'Array Instantiation By Values Untyped' class.- See Also:
ArrayInstantiationByValuesUntypedImpl,ArraysPackageImpl.getArrayInstantiationByValuesUntyped()- Generated class or method.
-
ARRAY_INSTANTIATION_BY_VALUES_TYPED
static final EClass ARRAY_INSTANTIATION_BY_VALUES_TYPED
The meta object literal for the 'Array Instantiation By Values Typed' class.- See Also:
ArrayInstantiationByValuesTypedImpl,ArraysPackageImpl.getArrayInstantiationByValuesTyped()- Generated class or method.
-
ARRAY_SELECTOR
static final EClass ARRAY_SELECTOR
The meta object literal for the 'Array Selector' class.- See Also:
ArraySelectorImpl,ArraysPackageImpl.getArraySelector()- Generated class or method.
-
ARRAY_SELECTOR__POSITION
static final EReference ARRAY_SELECTOR__POSITION
The meta object literal for the 'Position' containment reference feature.- Generated class or method.
-
-