org.jetbrains.jet.lang.resolve.java.wrapper
Class PsiMethodWrapper
java.lang.Object
org.jetbrains.jet.lang.resolve.java.wrapper.PsiMemberWrapper
org.jetbrains.jet.lang.resolve.java.wrapper.PsiMethodWrapper
public class PsiMethodWrapper
- extends PsiMemberWrapper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PsiMethodWrapper
public PsiMethodWrapper(@NotNull
com.intellij.psi.PsiMethod psiMethod)
getParameters
@NotNull
public java.util.List<PsiParameterWrapper> getParameters()
getParameter
@NotNull
public PsiParameterWrapper getParameter(int i)
getJetMethodAnnotation
@NotNull
public JetMethodAnnotation getJetMethodAnnotation()
getJetConstructorAnnotation
@NotNull
public JetConstructorAnnotation getJetConstructorAnnotation()
isAbstract
public boolean isAbstract()
- Specified by:
isAbstract
in class PsiMemberWrapper
getPsiMethod
@NotNull
public com.intellij.psi.PsiMethod getPsiMethod()
getReturnType
@Nullable
public com.intellij.psi.PsiType getReturnType()