Interface InstantiationsPackage.Literals
-
- Enclosing interface:
- InstantiationsPackage
public static interface InstantiationsPackage.Literals
Defines 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 EClass
EXPLICIT_CONSTRUCTOR_CALL
The meta object literal for the 'Explicit Constructor Call
' class.static EReference
EXPLICIT_CONSTRUCTOR_CALL__CALL_TARGET
The meta object literal for the 'Call Target' containment reference feature.static EClass
INITIALIZABLE
The meta object literal for the 'Initializable
' class.static EReference
INITIALIZABLE__INITIAL_VALUE
The meta object literal for the 'Initial Value' containment reference feature.static EClass
INSTANTIATION
The meta object literal for the 'Instantiation
' class.static EClass
NEW_CONSTRUCTOR_CALL
The meta object literal for the 'New Constructor Call
' class.static EReference
NEW_CONSTRUCTOR_CALL__ANONYMOUS_CLASS
The meta object literal for the 'Anonymous Class' containment reference feature.static EClass
NEW_CONSTRUCTOR_CALL_WITH_INFERRED_TYPE_ARGUMENTS
The 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.
-
-