public class JetMethodAnnotation extends PsiAnnotationWithFlags
Modifier and Type | Method and Description |
---|---|
static JetMethodAnnotation |
get(com.intellij.psi.PsiMethod psiMethod) |
protected void |
initialize() |
int |
kind() |
java.lang.String |
propertyType() |
java.lang.String |
returnType() |
java.lang.String |
typeParameters() |
flags, hasForceFinalFlag, hasForceOpenFlag, hasInternalFlag, hasPrivateFlag, hasPropertyFlag, hasProtectedFlag
checkInitialized, getBooleanAttribute, getIntAttribute, getStringAttribute, isDefined
protected void initialize()
initialize
in class PsiAnnotationWithFlags
public int kind()
@NotNull public java.lang.String typeParameters()
@NotNull public java.lang.String returnType()
@NotNull public java.lang.String propertyType()
public static JetMethodAnnotation get(com.intellij.psi.PsiMethod psiMethod)