org.jetbrains.kotlin.load.java.structure.impl
Class JavaClassifierImpl<Psi extends com.intellij.psi.PsiClass>

java.lang.Object
  extended by org.jetbrains.kotlin.load.java.structure.impl.JavaElementImpl<Psi>
      extended by org.jetbrains.kotlin.load.java.structure.impl.JavaClassifierImpl<Psi>
All Implemented Interfaces:
JavaAnnotationOwnerImpl
Direct Known Subclasses:
JavaClassImpl, JavaTypeParameterImpl

public abstract class JavaClassifierImpl<Psi extends com.intellij.psi.PsiClass>
extends JavaElementImpl<Psi>
implements JavaAnnotationOwnerImpl


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

JavaClassifierImpl

protected JavaClassifierImpl(@NotNull
                             Psi psiClass)
Method Detail

getAnnotations

@NotNull
public java.util.Collection<JavaAnnotation> getAnnotations()

findAnnotation

@Nullable
public JavaAnnotation findAnnotation(@NotNull
                                              FqName fqName)

isDeprecatedInJavaDoc

public boolean isDeprecatedInJavaDoc()