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

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.java.kt.PsiAnnotationWrapper
      extended by org.jetbrains.jet.lang.resolve.java.kt.PsiAnnotationWithFlags
          extended by org.jetbrains.jet.lang.resolve.java.kt.PsiAnnotationWithAbiVersion
Direct Known Subclasses:
JetClassAnnotation, JetClassObjectAnnotation, JetPackageClassAnnotation

public abstract class PsiAnnotationWithAbiVersion
extends PsiAnnotationWithFlags


Constructor Summary
protected PsiAnnotationWithAbiVersion(com.intellij.psi.PsiAnnotation psiAnnotation)
           
 
Method Summary
 int getAbiVersion()
           
 
Methods inherited from class org.jetbrains.jet.lang.resolve.java.kt.PsiAnnotationWithFlags
flags, hasForceFinalFlag, hasForceOpenFlag, hasInternalFlag, hasPrivateFlag, hasPropertyFlag, hasProtectedFlag, 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

PsiAnnotationWithAbiVersion

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

getAbiVersion

public int getAbiVersion()