|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.load.java.structure.impl.JavaElementImpl<Psi>
org.jetbrains.kotlin.load.java.structure.impl.JavaClassifierImpl<Psi>
public abstract class JavaClassifierImpl<Psi extends com.intellij.psi.PsiClass>
Constructor Summary | |
---|---|
protected |
JavaClassifierImpl(Psi psiClass)
|
Method Summary | |
---|---|
JavaAnnotation |
findAnnotation(FqName fqName)
|
java.util.Collection<JavaAnnotation> |
getAnnotations()
|
boolean |
isDeprecatedInJavaDoc()
|
Methods inherited from class org.jetbrains.kotlin.load.java.structure.impl.JavaElementImpl |
---|
equals, getPsi, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jetbrains.kotlin.load.java.structure.impl.JavaAnnotationOwnerImpl |
---|
getAnnotationOwnerPsi |
Constructor Detail |
---|
protected JavaClassifierImpl(@NotNull Psi psiClass)
Method Detail |
---|
@NotNull public java.util.Collection<JavaAnnotation> getAnnotations()
@Nullable public JavaAnnotation findAnnotation(@NotNull FqName fqName)
public boolean isDeprecatedInJavaDoc()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |