Interface IEObjectVisitorCallback

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void postVisit​(org.eclipse.emf.ecore.EObject eObject)
      Post visit is invoked after the visit(EObject) for eObject and its subordinate object is invoked.
      void visit​(org.eclipse.emf.ecore.EObject eObject)
      Visits the specified eObject.
    • Method Detail

      • visit

        void visit​(org.eclipse.emf.ecore.EObject eObject)
        Visits the specified eObject.
        Parameters:
        eObject - the EObject instance, cannot be null.
      • postVisit

        void postVisit​(org.eclipse.emf.ecore.EObject eObject)
        Post visit is invoked after the visit(EObject) for eObject and its subordinate object is invoked.
        Parameters:
        eObject - the EObject instance, cannot be null.