Interface AntlrAstPackage.Literals
- Enclosing interface:
- AntlrAstPackage
public static interface AntlrAstPackage.Literals
Defines literals for the meta objects that represent
- each class,
- each feature of each class,
- each enum,
- and each data type
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.eclipse.emf.ecore.EClass
The meta object literal for the 'Ast
' class.static final org.eclipse.emf.ecore.EReference
The meta object literal for the 'Roots' containment reference list feature.static final org.eclipse.emf.ecore.EClass
The meta object literal for the 'Node
' class.static final org.eclipse.emf.ecore.EReference
The meta object literal for the 'Children' containment reference list feature.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Column' attribute feature.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Line' attribute feature.static final org.eclipse.emf.ecore.EReference
The meta object literal for the 'Parent' container reference feature.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Text' attribute feature.
-
Field Details
-
AST
static final org.eclipse.emf.ecore.EClass ASTThe meta object literal for the 'Ast
' class.- See Also:
-
AST__ROOTS
static final org.eclipse.emf.ecore.EReference AST__ROOTSThe meta object literal for the 'Roots' containment reference list feature. -
NODE
static final org.eclipse.emf.ecore.EClass NODEThe meta object literal for the 'Node
' class.- See Also:
-
NODE__TEXT
static final org.eclipse.emf.ecore.EAttribute NODE__TEXTThe meta object literal for the 'Text' attribute feature. -
NODE__LINE
static final org.eclipse.emf.ecore.EAttribute NODE__LINEThe meta object literal for the 'Line' attribute feature. -
NODE__COLUMN
static final org.eclipse.emf.ecore.EAttribute NODE__COLUMNThe meta object literal for the 'Column' attribute feature. -
NODE__PARENT
static final org.eclipse.emf.ecore.EReference NODE__PARENTThe meta object literal for the 'Parent' container reference feature. -
NODE__CHILDREN
static final org.eclipse.emf.ecore.EReference NODE__CHILDRENThe meta object literal for the 'Children' containment reference list feature.
-