|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.load.java.components.PsiBasedExternalAnnotationResolver
public class PsiBasedExternalAnnotationResolver
| Field Summary |
|---|
| Fields inherited from interface org.jetbrains.kotlin.load.java.components.ExternalAnnotationResolver |
|---|
EMPTY |
| 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 |
|---|
public PsiBasedExternalAnnotationResolver()
| Method Detail |
|---|
@Nullable
public JavaAnnotation findExternalAnnotation(@NotNull
JavaAnnotationOwner owner,
@NotNull
FqName fqName)
findExternalAnnotation in interface ExternalAnnotationResolver
@NotNull
public java.util.Collection<JavaAnnotation> findExternalAnnotations(@NotNull
JavaAnnotationOwner owner)
findExternalAnnotations in interface ExternalAnnotationResolver
@Nullable
public static com.intellij.psi.PsiAnnotation findExternalAnnotation(@NotNull
com.intellij.psi.PsiModifierListOwner owner,
@NotNull
FqName fqName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||