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>

Author:
Jan Koehnlein - Initial contribution and API

Constructor Summary
JvmModelReferenceFilter()
           
 
Method Summary
 boolean apply(IReferenceDescription input)
           
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()
Method Detail

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)