org.eclipse.xtext.ui.editor.findrefs
Interface IReferenceFinder.IQueryData

All Known Implementing Classes:
ReferenceQueryData
Enclosing interface:
IReferenceFinder

public static interface IReferenceFinder.IQueryData


Method Summary
 java.lang.String getLabel()
           
 org.eclipse.emf.common.util.URI getLeadElementURI()
           
 org.eclipse.emf.common.util.URI getLocalContextResourceURI()
           
 com.google.common.base.Predicate<IReferenceDescription> getResultFilter()
           
 java.util.Set<org.eclipse.emf.common.util.URI> getTargetURIs()
           
 

Method Detail

getLeadElementURI

org.eclipse.emf.common.util.URI getLeadElementURI()

getTargetURIs

java.util.Set<org.eclipse.emf.common.util.URI> getTargetURIs()

getResultFilter

com.google.common.base.Predicate<IReferenceDescription> getResultFilter()

getLocalContextResourceURI

org.eclipse.emf.common.util.URI getLocalContextResourceURI()

getLabel

java.lang.String getLabel()