org.eclipse.xtext.xbase.resource
Class AnnotationSignatureRelevanceUtil

java.lang.Object
  extended by org.eclipse.xtext.xbase.resource.AnnotationSignatureRelevanceUtil

public class AnnotationSignatureRelevanceUtil
extends java.lang.Object

Author:
Jan Koehnlein - Initial contribution and API

Constructor Summary
AnnotationSignatureRelevanceUtil()
           
 
Method Summary
protected  java.util.HashSet<java.lang.String> createRelevantAnnotations()
           
protected  java.util.Set<java.lang.String> getRelevantAnnotations()
           
protected  boolean isRelevant(JvmAnnotationReference annotationReference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationSignatureRelevanceUtil

public AnnotationSignatureRelevanceUtil()
Method Detail

getRelevantAnnotations

protected java.util.Set<java.lang.String> getRelevantAnnotations()

createRelevantAnnotations

protected java.util.HashSet<java.lang.String> createRelevantAnnotations()

isRelevant

protected boolean isRelevant(JvmAnnotationReference annotationReference)