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

java.lang.Object
  extended by org.eclipse.xtext.xbase.ui.jvmmodel.findrefs.JvmModelReferenceFilter
All Implemented Interfaces:
com.google.common.base.Predicate<IReferenceDescription>

public class JvmModelReferenceFilter
extends java.lang.Object
implements com.google.common.base.Predicate<IReferenceDescription>


Constructor Summary
JvmModelReferenceFilter(org.eclipse.emf.common.util.URI excludedSourceURI)
           
 
Method Summary
 boolean apply(IReferenceDescription input)
           
 org.eclipse.emf.common.util.URI getExcludedSourceURI()
           
protected  boolean isInferredJvmElement(org.eclipse.emf.common.util.URI elementURI)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Constructor Detail

JvmModelReferenceFilter

public JvmModelReferenceFilter(org.eclipse.emf.common.util.URI excludedSourceURI)
Method Detail

getExcludedSourceURI

public org.eclipse.emf.common.util.URI getExcludedSourceURI()

apply

public boolean apply(IReferenceDescription input)
Specified by:
apply in interface com.google.common.base.Predicate<IReferenceDescription>

isInferredJvmElement

protected boolean isInferredJvmElement(org.eclipse.emf.common.util.URI elementURI)