org.jetbrains.jet.lang.resolve.java.resolver
Class PsiBasedExternalAnnotationResolver
java.lang.Object
org.jetbrains.jet.lang.resolve.java.resolver.PsiBasedExternalAnnotationResolver
- All Implemented Interfaces:
- ExternalAnnotationResolver
public class PsiBasedExternalAnnotationResolver
- extends java.lang.Object
- implements ExternalAnnotationResolver
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PsiBasedExternalAnnotationResolver
public PsiBasedExternalAnnotationResolver()
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)
findOwnAnnotation
@Nullable
public static com.intellij.psi.PsiAnnotation findOwnAnnotation(@NotNull
com.intellij.psi.PsiModifierListOwner owner,
@NotNull
JvmClassName name)