org.eclipse.xtext.xbase.ui.jvmmodel.findrefs
Class JvmModelReferenceQueryExecutor

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.findrefs.ReferenceQueryExecutor
      extended by org.eclipse.xtext.xbase.ui.jvmmodel.findrefs.JvmModelReferenceQueryExecutor

public class JvmModelReferenceQueryExecutor
extends ReferenceQueryExecutor

Author:
Jan Koehnlein - Initial contribution and API

Constructor Summary
JvmModelReferenceQueryExecutor()
           
 
Method Summary
protected  com.google.common.base.Predicate<IReferenceDescription> getFilter(org.eclipse.emf.ecore.EObject primaryTarget)
           
protected  java.lang.String getLabelPrefix()
           
protected  java.lang.Iterable<org.eclipse.emf.common.util.URI> getTargetURIs(org.eclipse.emf.ecore.EObject target)
           
 
Methods inherited from class org.eclipse.xtext.ui.editor.findrefs.ReferenceQueryExecutor
execute, getElementName, getLabel, getResourceName, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JvmModelReferenceQueryExecutor

public JvmModelReferenceQueryExecutor()
Method Detail

getLabelPrefix

protected java.lang.String getLabelPrefix()
Overrides:
getLabelPrefix in class ReferenceQueryExecutor

getTargetURIs

protected java.lang.Iterable<org.eclipse.emf.common.util.URI> getTargetURIs(org.eclipse.emf.ecore.EObject target)
Overrides:
getTargetURIs in class ReferenceQueryExecutor

getFilter

protected com.google.common.base.Predicate<IReferenceDescription> getFilter(org.eclipse.emf.ecore.EObject primaryTarget)
Overrides:
getFilter in class ReferenceQueryExecutor