Interface IDefaultResourceDescriptionStrategy

    • Method Detail

      • createEObjectDescriptions

        boolean createEObjectDescriptions​(org.eclipse.emf.ecore.EObject eObject,
                                          org.eclipse.xtext.util.IAcceptor<IEObjectDescription> acceptor)
        Calculates the IEObjectDescriptions for eObject and passes them to the acceptor.
        Returns:
        true if the children of eObject should be traversed.
      • createReferenceDescriptions

        boolean createReferenceDescriptions​(org.eclipse.emf.ecore.EObject eObject,
                                            org.eclipse.emf.common.util.URI exportedContainerURI,
                                            org.eclipse.xtext.util.IAcceptor<IReferenceDescription> acceptor)
        Calculates the IReferenceDescriptions for external cross references from eObject and passes them to the acceptor.
        Returns:
        true if the children of eObject should be traversed.