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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 class org.eclipse.xtext.findReferences.ReferenceFinder