Interface InstantiationsPackage.Literals
-
- Enclosing interface:
- InstantiationsPackage
public static interface InstantiationsPackage.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 EClassEXPLICIT_CONSTRUCTOR_CALLThe meta object literal for the 'Explicit Constructor Call' class.static EReferenceEXPLICIT_CONSTRUCTOR_CALL__CALL_TARGETThe meta object literal for the 'Call Target' containment reference feature.static EClassINITIALIZABLEThe meta object literal for the 'Initializable' class.static EReferenceINITIALIZABLE__INITIAL_VALUEThe meta object literal for the 'Initial Value' containment reference feature.static EClassINSTANTIATIONThe meta object literal for the 'Instantiation' class.static EClassNEW_CONSTRUCTOR_CALLThe meta object literal for the 'New Constructor Call' class.static EReferenceNEW_CONSTRUCTOR_CALL__ANONYMOUS_CLASSThe meta object literal for the 'Anonymous Class' containment reference feature.static EClassNEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTSThe meta object literal for the 'New Constructor Call With Inferred Type Arguments' class.
-
-
-
Field Detail
-
INITIALIZABLE
static final EClass INITIALIZABLE
The meta object literal for the 'Initializable' class.- See Also:
InitializableImpl,InstantiationsPackageImpl.getInitializable()- Generated class or method.
-
INITIALIZABLE__INITIAL_VALUE
static final EReference INITIALIZABLE__INITIAL_VALUE
The meta object literal for the 'Initial Value' containment reference feature.- Generated class or method.
-
INSTANTIATION
static final EClass INSTANTIATION
The meta object literal for the 'Instantiation' class.- See Also:
InstantiationImpl,InstantiationsPackageImpl.getInstantiation()- Generated class or method.
-
NEW_CONSTRUCTOR_CALL
static final EClass NEW_CONSTRUCTOR_CALL
The meta object literal for the 'New Constructor Call' class.- See Also:
NewConstructorCallImpl,InstantiationsPackageImpl.getNewConstructorCall()- Generated class or method.
-
NEW_CONSTRUCTOR_CALL__ANONYMOUS_CLASS
static final EReference NEW_CONSTRUCTOR_CALL__ANONYMOUS_CLASS
The meta object literal for the 'Anonymous Class' containment reference feature.- Generated class or method.
-
NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS
static final EClass NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS
The meta object literal for the 'New Constructor Call With Inferred Type Arguments' class.- See Also:
NewConstructorCallWithInferredTypeArgumentsImpl,InstantiationsPackageImpl.getNewConstructorCallWithInferredTypeArguments()- Generated class or method.
-
EXPLICIT_CONSTRUCTOR_CALL
static final EClass EXPLICIT_CONSTRUCTOR_CALL
The meta object literal for the 'Explicit Constructor Call' class.- See Also:
ExplicitConstructorCallImpl,InstantiationsPackageImpl.getExplicitConstructorCall()- Generated class or method.
-
EXPLICIT_CONSTRUCTOR_CALL__CALL_TARGET
static final EReference EXPLICIT_CONSTRUCTOR_CALL__CALL_TARGET
The meta object literal for the 'Call Target' containment reference feature.- Generated class or method.
-
-