Interface Visitors.IVisitor

    • Method Detail

      • visit

        boolean visit​(org.eclipse.emf.ecore.EObject eObject)
        Visits the given object. Returns whether the contents of the object should also be visited.
        Parameters:
        eObject - not null
        Returns:
        true if the contents of the given object should be visited, and false otherwise