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

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.JetConstructorAnnotation

public class JetConstructorAnnotation
extends PsiAnnotationWithFlags


Method Summary
static JetConstructorAnnotation get(com.intellij.psi.PsiMethod constructor)
           
 boolean hidden()
          Deprecated.  
protected  void initialize()
           
 
Methods inherited from class org.jetbrains.jet.lang.resolve.java.kt.PsiAnnotationWithFlags
flags, hasForceFinalFlag, hasForceOpenFlag, hasInternalFlag, hasPrivateFlag, hasPropertyFlag, hasProtectedFlag
 
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
 

Method Detail

initialize

protected void initialize()
Overrides:
initialize in class PsiAnnotationWithFlags

hidden

public boolean hidden()
Deprecated. 


get

public static JetConstructorAnnotation get(com.intellij.psi.PsiMethod constructor)