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:
    HutnAntlrAstFactory
    • Method Detail

      • 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:
        AdjectiveNode
      • 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:
        TextualValueNode
      • 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:
        NumericValueNode
      • 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:
        NameNode
      • 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:
        NullNode
      • 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:
        TrueNode
      • 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:
        FalseNode
      • 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:
        ReferenceNode
      • 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:
        AssociationInstanceNode
      • getHutnAntlrAstFactory

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