public interface AntlrAstPackage
extends org.eclipse.emf.ecore.EPackage
AntlrAstFactory
Modifier and Type | Interface and Description |
---|---|
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
|
Modifier and Type | Field and Description |
---|---|
static int |
AST
The meta object id for the '
Ast ' class. |
static int |
AST__ROOTS
The feature id for the 'Roots' containment reference list.
|
static int |
AST_FEATURE_COUNT
The number of structural features of the 'Ast' class.
|
static AntlrAstPackage |
eINSTANCE
The singleton instance of the package.
|
static String |
eNAME
The package name.
|
static String |
eNS_PREFIX
The package namespace name.
|
static String |
eNS_URI
The package namespace URI.
|
static int |
NODE
The meta object id for the '
Node ' class. |
static int |
NODE__CHILDREN
The feature id for the 'Children' containment reference list.
|
static int |
NODE__COLUMN
The feature id for the 'Column' attribute.
|
static int |
NODE__LINE
The feature id for the 'Line' attribute.
|
static int |
NODE__PARENT
The feature id for the 'Parent' container reference.
|
static int |
NODE__TEXT
The feature id for the 'Text' attribute.
|
static int |
NODE_FEATURE_COUNT
The number of structural features of the 'Node' class.
|
Modifier and Type | Method and Description |
---|---|
AntlrAstFactory |
getAntlrAstFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EReference |
getAst_Roots()
Returns the meta object for the containment reference list '
Roots '. |
org.eclipse.emf.ecore.EClass |
getAst()
Returns the meta object for class '
Ast '. |
org.eclipse.emf.ecore.EReference |
getNode_Children()
Returns the meta object for the containment reference list '
Children '. |
org.eclipse.emf.ecore.EAttribute |
getNode_Column()
Returns the meta object for the attribute '
Column '. |
org.eclipse.emf.ecore.EAttribute |
getNode_Line()
Returns the meta object for the attribute '
Line '. |
org.eclipse.emf.ecore.EReference |
getNode_Parent()
Returns the meta object for the container reference '
Parent '. |
org.eclipse.emf.ecore.EAttribute |
getNode_Text()
Returns the meta object for the attribute '
Text '. |
org.eclipse.emf.ecore.EClass |
getNode()
Returns the meta object for class '
Node '. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getEAnnotation, getEAnnotations
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final AntlrAstPackage eINSTANCE
static final int AST
Ast
' class.
AstImpl
,
AntlrAstPackageImpl.getAst()
,
Constant Field Valuesstatic final int AST__ROOTS
static final int AST_FEATURE_COUNT
static final int NODE
Node
' class.
static final int NODE__TEXT
static final int NODE__LINE
static final int NODE__COLUMN
static final int NODE__PARENT
static final int NODE__CHILDREN
static final int NODE_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getAst()
Ast
'.
Ast
org.eclipse.emf.ecore.EReference getAst_Roots()
Roots
'.
Ast.getRoots()
,
getAst()
org.eclipse.emf.ecore.EClass getNode()
Node
'.
Node
org.eclipse.emf.ecore.EAttribute getNode_Text()
Text
'.
Node.getText()
,
getNode()
org.eclipse.emf.ecore.EAttribute getNode_Line()
Line
'.
Node.getLine()
,
getNode()
org.eclipse.emf.ecore.EAttribute getNode_Column()
Column
'.
Node.getColumn()
,
getNode()
org.eclipse.emf.ecore.EReference getNode_Parent()
Parent
'.
Node.getParent()
,
getNode()
org.eclipse.emf.ecore.EReference getNode_Children()
Children
'.
Node.getChildren()
,
getNode()
AntlrAstFactory getAntlrAstFactory()
Copyright © 2020. All rights reserved.