Package org.emftext.commons.layout
Interface LayoutPackage.Literals
-
- Enclosing interface:
- LayoutPackage
public static interface LayoutPackage.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
ATTRIBUTE_LAYOUT_INFORMATION
The meta object literal for the 'Attribute Layout Information
' class.static EClass
KEYWORD_LAYOUT_INFORMATION
The meta object literal for the 'Keyword Layout Information
' class.static EClass
LAYOUT_INFORMATION
The meta object literal for the 'Information
' class.static EAttribute
LAYOUT_INFORMATION__HIDDEN_TOKEN_TEXT
The meta object literal for the 'Hidden Token Text' attribute feature.static EAttribute
LAYOUT_INFORMATION__START_OFFSET
The meta object literal for the 'Start Offset' attribute feature.static EAttribute
LAYOUT_INFORMATION__SYNTAX_ELEMENT_ID
The meta object literal for the 'Syntax Element ID' attribute feature.static EAttribute
LAYOUT_INFORMATION__VISIBLE_TOKEN_TEXT
The meta object literal for the 'Visible Token Text' attribute feature.static EClass
MINIMAL_LAYOUT_INFORMATION
The meta object literal for the 'Minimal Layout Information
' class.static EAttribute
MINIMAL_LAYOUT_INFORMATION__LENGTH
The meta object literal for the 'Length' attribute feature.static EReference
MINIMAL_LAYOUT_INFORMATION__ROOT_LAYOUT
The meta object literal for the 'Root Layout' reference feature.static EClass
REFERENCE_LAYOUT_INFORMATION
The meta object literal for the 'Reference Layout Information
' class.static EReference
REFERENCE_LAYOUT_INFORMATION__OBJECT
The meta object literal for the 'Object' reference feature.
-
-
-
Field Detail
-
LAYOUT_INFORMATION
static final EClass LAYOUT_INFORMATION
The meta object literal for the 'Information
' class.- See Also:
LayoutInformationImpl
,LayoutPackageImpl.getLayoutInformation()
- Generated class or method.
-
LAYOUT_INFORMATION__START_OFFSET
static final EAttribute LAYOUT_INFORMATION__START_OFFSET
The meta object literal for the 'Start Offset' attribute feature.- Generated class or method.
-
LAYOUT_INFORMATION__HIDDEN_TOKEN_TEXT
static final EAttribute LAYOUT_INFORMATION__HIDDEN_TOKEN_TEXT
The meta object literal for the 'Hidden Token Text' attribute feature.- Generated class or method.
-
LAYOUT_INFORMATION__VISIBLE_TOKEN_TEXT
static final EAttribute LAYOUT_INFORMATION__VISIBLE_TOKEN_TEXT
The meta object literal for the 'Visible Token Text' attribute feature.- Generated class or method.
-
LAYOUT_INFORMATION__SYNTAX_ELEMENT_ID
static final EAttribute LAYOUT_INFORMATION__SYNTAX_ELEMENT_ID
The meta object literal for the 'Syntax Element ID' attribute feature.- Generated class or method.
-
REFERENCE_LAYOUT_INFORMATION
static final EClass REFERENCE_LAYOUT_INFORMATION
The meta object literal for the 'Reference Layout Information
' class.- See Also:
ReferenceLayoutInformationImpl
,LayoutPackageImpl.getReferenceLayoutInformation()
- Generated class or method.
-
REFERENCE_LAYOUT_INFORMATION__OBJECT
static final EReference REFERENCE_LAYOUT_INFORMATION__OBJECT
The meta object literal for the 'Object' reference feature.- Generated class or method.
-
ATTRIBUTE_LAYOUT_INFORMATION
static final EClass ATTRIBUTE_LAYOUT_INFORMATION
The meta object literal for the 'Attribute Layout Information
' class.- See Also:
AttributeLayoutInformationImpl
,LayoutPackageImpl.getAttributeLayoutInformation()
- Generated class or method.
-
KEYWORD_LAYOUT_INFORMATION
static final EClass KEYWORD_LAYOUT_INFORMATION
The meta object literal for the 'Keyword Layout Information
' class.- See Also:
KeywordLayoutInformationImpl
,LayoutPackageImpl.getKeywordLayoutInformation()
- Generated class or method.
-
MINIMAL_LAYOUT_INFORMATION
static final EClass MINIMAL_LAYOUT_INFORMATION
The meta object literal for the 'Minimal Layout Information
' class.- See Also:
MinimalLayoutInformationImpl
,LayoutPackageImpl.getMinimalLayoutInformation()
- Generated class or method.
-
MINIMAL_LAYOUT_INFORMATION__LENGTH
static final EAttribute MINIMAL_LAYOUT_INFORMATION__LENGTH
The meta object literal for the 'Length' attribute feature.- Generated class or method.
-
MINIMAL_LAYOUT_INFORMATION__ROOT_LAYOUT
static final EReference MINIMAL_LAYOUT_INFORMATION__ROOT_LAYOUT
The meta object literal for the 'Root Layout' reference feature.- Generated class or method.
-
-