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
Modifier and TypeFieldDescriptionstatic final EClass
The meta object literal for the 'Explicit Constructor Call
' class.static final EReference
The meta object literal for the 'Call Target' containment reference feature.static final EClass
The meta object literal for the 'Initializable
' class.static final EReference
The meta object literal for the 'Initial Value' containment reference feature.static final EClass
The meta object literal for the 'Instantiation
' class.static final EClass
The meta object literal for the 'New Constructor Call
' class.static final EReference
The meta object literal for the 'Anonymous Class' containment reference feature.static final EClass
The meta object literal for the 'New Constructor Call With Inferred Type Arguments
' class.
-
Field Details
-
INITIALIZABLE
The meta object literal for the 'Initializable
' class.- See Also:
- Generated class or method.
-
INITIALIZABLE__INITIAL_VALUE
The meta object literal for the 'Initial Value' containment reference feature.- Generated class or method.
-
INSTANTIATION
The meta object literal for the 'Instantiation
' class.- See Also:
- Generated class or method.
-
NEW_CONSTRUCTOR_CALL
The meta object literal for the 'New Constructor Call
' class.- See Also:
- Generated class or method.
-
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
The meta object literal for the 'New Constructor Call With Inferred Type Arguments
' class.- See Also:
- Generated class or method.
-
EXPLICIT_CONSTRUCTOR_CALL
The meta object literal for the 'Explicit Constructor Call
' class.- See Also:
- Generated class or method.
-
EXPLICIT_CONSTRUCTOR_CALL__CALL_TARGET
The meta object literal for the 'Call Target' containment reference feature.- Generated class or method.
-