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

      Fields 
      Modifier and Type Field Description
      static org.eclipse.emf.ecore.EClass AST
      The meta object literal for the 'Ast' class.
      static org.eclipse.emf.ecore.EReference AST__ROOTS
      The meta object literal for the 'Roots' containment reference list feature.
      static org.eclipse.emf.ecore.EClass NODE
      The meta object literal for the 'Node' class.
      static org.eclipse.emf.ecore.EReference NODE__CHILDREN
      The meta object literal for the 'Children' containment reference list feature.
      static org.eclipse.emf.ecore.EAttribute NODE__COLUMN
      The meta object literal for the 'Column' attribute feature.
      static org.eclipse.emf.ecore.EAttribute NODE__LINE
      The meta object literal for the 'Line' attribute feature.
      static org.eclipse.emf.ecore.EReference NODE__PARENT
      The meta object literal for the 'Parent' container reference feature.
      static org.eclipse.emf.ecore.EAttribute NODE__TEXT
      The meta object literal for the 'Text' attribute feature.
    • Field Detail

      • AST__ROOTS

        static final org.eclipse.emf.ecore.EReference AST__ROOTS
        The meta object literal for the 'Roots' containment reference list feature.
      • NODE__TEXT

        static final org.eclipse.emf.ecore.EAttribute NODE__TEXT
        The meta object literal for the 'Text' attribute feature.
      • NODE__LINE

        static final org.eclipse.emf.ecore.EAttribute NODE__LINE
        The meta object literal for the 'Line' attribute feature.
      • NODE__COLUMN

        static final org.eclipse.emf.ecore.EAttribute NODE__COLUMN
        The meta object literal for the 'Column' attribute feature.
      • NODE__PARENT

        static final org.eclipse.emf.ecore.EReference NODE__PARENT
        The meta object literal for the 'Parent' container reference feature.
      • NODE__CHILDREN

        static final org.eclipse.emf.ecore.EReference NODE__CHILDREN
        The meta object literal for the 'Children' containment reference list feature.