Interface IAstRegion

    • Method Detail

      • getGrammarElement

        org.eclipse.emf.ecore.EObject getGrammarElement()
        Returns:
        The grammar element used to parse this semantic region. Can be an RuleCall, CrossReference, or Keyword.
      • getSemanticElement

        org.eclipse.emf.ecore.EObject getSemanticElement()
        The AST-Element represented by this IEObjectRegion.
      • getContainingRegion

        IEObjectRegion getContainingRegion()
        Since:
        2.13
      • getContainingFeature

        org.eclipse.emf.ecore.EStructuralFeature getContainingFeature()
        Since:
        2.13
      • getIndexInContainingFeature

        int getIndexInContainingFeature()
        Since:
        2.13