public class JetValueParameterAnnotation extends PsiAnnotationWrapper
Modifier and Type | Method and Description |
---|---|
static JetValueParameterAnnotation |
get(com.intellij.psi.PsiParameter psiParameter) |
boolean |
hasDefaultValue() |
protected void |
initialize() |
java.lang.String |
name() |
boolean |
receiver() |
java.lang.String |
type() |
boolean |
vararg() |
checkInitialized, getBooleanAttribute, getIntAttribute, getStringAttribute, isDefined
protected void initialize()
initialize
in class PsiAnnotationWrapper
@NotNull public java.lang.String name()
@NotNull public java.lang.String type()
public boolean receiver()
public boolean hasDefaultValue()
public boolean vararg()
public static JetValueParameterAnnotation get(com.intellij.psi.PsiParameter psiParameter)