public interface PsiMethodStub extends PsiMemberStub<PsiMethod>
Modifier and Type | Method and Description |
---|---|
PsiParameterStub |
findParameter(int idx) |
java.lang.String |
getDefaultValueText() |
TypeInfo |
getReturnTypeText(boolean doResolve) |
boolean |
isAnnotationMethod() |
boolean |
isConstructor() |
boolean |
isVarArgs() |
hasDeprecatedAnnotation, hasDocComment, isDeprecated
findChildStubByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenStubs, getParentStub, getParentStubOfType, getPsi, getStubType
boolean isConstructor()
boolean isVarArgs()
boolean isAnnotationMethod()
java.lang.String getDefaultValueText()
TypeInfo getReturnTypeText(boolean doResolve)
PsiParameterStub findParameter(int idx)