Package org.eclipse.xtext.findReferences
Interface IReferenceFinder.IResourceAccess
-
- Enclosing interface:
- IReferenceFinder
public static interface IReferenceFinder.IResourceAccessProvides safe read access to a resource set for searching local references or references in a demand-created or shared resource set. Returnnullif a resource set cannot be provided for the given target URI.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <R> RreadOnly(org.eclipse.emf.common.util.URI targetURI, org.eclipse.xtext.util.concurrent.IUnitOfWork<R,org.eclipse.emf.ecore.resource.ResourceSet> work)
-