org.jetbrains.jet.lang.resolve.java.resolver
Class PsiBasedExternalAnnotationResolver

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.java.resolver.PsiBasedExternalAnnotationResolver
All Implemented Interfaces:
ExternalAnnotationResolver

public class PsiBasedExternalAnnotationResolver
extends java.lang.Object
implements ExternalAnnotationResolver


Constructor Summary
PsiBasedExternalAnnotationResolver()
           
 
Method Summary
 JavaAnnotation findExternalAnnotation(JavaAnnotationOwner owner, FqName fqName)
           
static com.intellij.psi.PsiAnnotation findExternalAnnotation(com.intellij.psi.PsiModifierListOwner owner, FqName fqName)
           
 java.util.Collection<JavaAnnotation> findExternalAnnotations(JavaAnnotationOwner owner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PsiBasedExternalAnnotationResolver

public PsiBasedExternalAnnotationResolver()
Method Detail

findExternalAnnotation

@Nullable
public JavaAnnotation findExternalAnnotation(@NotNull
                                                      JavaAnnotationOwner owner,
                                                      @NotNull
                                                      FqName fqName)
Specified by:
findExternalAnnotation in interface ExternalAnnotationResolver

findExternalAnnotations

@NotNull
public java.util.Collection<JavaAnnotation> findExternalAnnotations(@NotNull
                                                                            JavaAnnotationOwner owner)
Specified by:
findExternalAnnotations in interface ExternalAnnotationResolver

findExternalAnnotation

@Nullable
public static com.intellij.psi.PsiAnnotation findExternalAnnotation(@NotNull
                                                                             com.intellij.psi.PsiModifierListOwner owner,
                                                                             @NotNull
                                                                             FqName fqName)