Interface HutnAntlrAstPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
HutnAntlrAstPackageImpl

public interface HutnAntlrAstPackage extends org.eclipse.emf.ecore.EPackage
The Package for the model. It contains accessors for the meta objects to represent
  • each class,
  • each feature of each class,
  • each enum,
  • and each data type
See Also:
  • Field Details

  • Method Details

    • getAdjectiveNode

      org.eclipse.emf.ecore.EClass getAdjectiveNode()
      Returns the meta object for class 'Adjective Node'.
      Returns:
      the meta object for class 'Adjective Node'.
      See Also:
    • getTextualValueNode

      org.eclipse.emf.ecore.EClass getTextualValueNode()
      Returns the meta object for class 'Textual Value Node'.
      Returns:
      the meta object for class 'Textual Value Node'.
      See Also:
    • getNumericValueNode

      org.eclipse.emf.ecore.EClass getNumericValueNode()
      Returns the meta object for class 'Numeric Value Node'.
      Returns:
      the meta object for class 'Numeric Value Node'.
      See Also:
    • getNameNode

      org.eclipse.emf.ecore.EClass getNameNode()
      Returns the meta object for class 'Name Node'.
      Returns:
      the meta object for class 'Name Node'.
      See Also:
    • getNullNode

      org.eclipse.emf.ecore.EClass getNullNode()
      Returns the meta object for class 'Null Node'.
      Returns:
      the meta object for class 'Null Node'.
      See Also:
    • getTrueNode

      org.eclipse.emf.ecore.EClass getTrueNode()
      Returns the meta object for class 'True Node'.
      Returns:
      the meta object for class 'True Node'.
      See Also:
    • getFalseNode

      org.eclipse.emf.ecore.EClass getFalseNode()
      Returns the meta object for class 'False Node'.
      Returns:
      the meta object for class 'False Node'.
      See Also:
    • getReferenceNode

      org.eclipse.emf.ecore.EClass getReferenceNode()
      Returns the meta object for class 'Reference Node'.
      Returns:
      the meta object for class 'Reference Node'.
      See Also:
    • getClassifierLevelAttributeNode

      org.eclipse.emf.ecore.EClass getClassifierLevelAttributeNode()
      Returns the meta object for class 'Classifier Level Attribute Node'.
      Returns:
      the meta object for class 'Classifier Level Attribute Node'.
      See Also:
    • getAssociationInstanceNode

      org.eclipse.emf.ecore.EClass getAssociationInstanceNode()
      Returns the meta object for class 'Association Instance Node'.
      Returns:
      the meta object for class 'Association Instance Node'.
      See Also:
    • getHutnAntlrAstFactory

      HutnAntlrAstFactory getHutnAntlrAstFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.