public class PsiMethodWrapper extends PsiMemberWrapper
psiMember
Constructor and Description |
---|
PsiMethodWrapper(com.intellij.psi.PsiMethod psiMethod) |
Modifier and Type | Method and Description |
---|---|
JetConstructorAnnotation |
getJetConstructorAnnotation() |
JetMethodAnnotation |
getJetMethodAnnotation() |
PsiParameterWrapper |
getParameter(int i) |
java.util.List<PsiParameterWrapper> |
getParameters() |
com.intellij.psi.PsiMethod |
getPsiMethod() |
com.intellij.psi.PsiType |
getReturnType() |
boolean |
isAbstract() |
getName, getPsiMember, getSignatureAnnotation, isFinal, isPrivate, isStatic, toString
public PsiMethodWrapper(@NotNull com.intellij.psi.PsiMethod psiMethod)
@NotNull public java.util.List<PsiParameterWrapper> getParameters()
@NotNull public PsiParameterWrapper getParameter(int i)
@NotNull public JetMethodAnnotation getJetMethodAnnotation()
@NotNull public JetConstructorAnnotation getJetConstructorAnnotation()
public boolean isAbstract()
isAbstract
in class PsiMemberWrapper
@NotNull public com.intellij.psi.PsiMethod getPsiMethod()
@Nullable public com.intellij.psi.PsiType getReturnType()