Package tools.refinery.language.resource
Class ProblemReferenceFinder
java.lang.Object
org.eclipse.xtext.findReferences.ReferenceFinder
tools.refinery.language.resource.ProblemReferenceFinder
- All Implemented Interfaces:
org.eclipse.xtext.findReferences.IReferenceFinder
public class ProblemReferenceFinder
extends org.eclipse.xtext.findReferences.ReferenceFinder
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.xtext.findReferences.IReferenceFinder
org.eclipse.xtext.findReferences.IReferenceFinder.Acceptor, org.eclipse.xtext.findReferences.IReferenceFinder.IResourceAccess
-
Field Summary
Fields inherited from class org.eclipse.xtext.findReferences.ReferenceFinder
MONITOR_CHUNK_SIZE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
doProcess
(org.eclipse.emf.ecore.EObject sourceCandidate, com.google.common.base.Predicate<org.eclipse.emf.common.util.URI> targetURIs) Methods inherited from class org.eclipse.xtext.findReferences.ReferenceFinder
doFindReferencesWith, doProcess, findAllReferences, findAllReferences, findAllReferences, findLocalReferencesFromElement, findReferences, findReferences, findReferences, findReferences, findReferencesInDescription, getLanguageSpecificReferenceFinder, getServiceProviderRegistry, resolveInternalProxy, toValidInstanceOrNull
-
Constructor Details
-
ProblemReferenceFinder
public ProblemReferenceFinder()
-
-
Method Details
-
doProcess
protected boolean doProcess(org.eclipse.emf.ecore.EObject sourceCandidate, com.google.common.base.Predicate<org.eclipse.emf.common.util.URI> targetURIs) - Overrides:
doProcess
in classorg.eclipse.xtext.findReferences.ReferenceFinder
-