org.jetbrains.jet.lang.resolve.java.kt
Class PsiAnnotationWithFlags

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.java.kt.PsiAnnotationWrapper
      extended by org.jetbrains.jet.lang.resolve.java.kt.PsiAnnotationWithFlags
Direct Known Subclasses:
JetConstructorAnnotation, JetMethodAnnotation, PsiAnnotationWithAbiVersion

public abstract class PsiAnnotationWithFlags
extends PsiAnnotationWrapper


Constructor Summary
protected PsiAnnotationWithFlags(com.intellij.psi.PsiAnnotation psiAnnotation)
           
 
Method Summary
 int flags()
           
 boolean hasForceFinalFlag()
           
 boolean hasForceOpenFlag()
           
 boolean hasInternalFlag()
           
 boolean hasPrivateFlag()
           
 boolean hasPropertyFlag()
           
 boolean hasProtectedFlag()
           
protected  void initialize()
           
 
Methods inherited from class org.jetbrains.jet.lang.resolve.java.kt.PsiAnnotationWrapper
checkInitialized, getBooleanAttribute, getIntAttribute, getStringAttribute, isDefined
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PsiAnnotationWithFlags

protected PsiAnnotationWithFlags(@Nullable
                                 com.intellij.psi.PsiAnnotation psiAnnotation)
Method Detail

initialize

protected void initialize()
Specified by:
initialize in class PsiAnnotationWrapper

flags

public final int flags()

hasPropertyFlag

public final boolean hasPropertyFlag()

hasForceFinalFlag

public final boolean hasForceFinalFlag()

hasForceOpenFlag

public final boolean hasForceOpenFlag()

hasInternalFlag

public final boolean hasInternalFlag()

hasProtectedFlag

public final boolean hasProtectedFlag()

hasPrivateFlag

public final boolean hasPrivateFlag()