Interface IJavaMethodInfo
- All Superinterfaces:
IAnnotatedFeatureInfo, IAttributedFeatureInfo, ICanHaveAnnotationDefault, IFeatureInfo, IGenericMethodInfo, IHasParameterInfos, IMethodInfo, IOptionalParamCapable, JavaHasParams
- All Known Implementing Classes:
JavaMethodInfo
public interface IJavaMethodInfo
extends IAttributedFeatureInfo, IMethodInfo, IOptionalParamCapable, IGenericMethodInfo, JavaHasParams, ICanHaveAnnotationDefault
-
Nested Class Summary
Nested classes/interfaces inherited from interface IAnnotatedFeatureInfo
IAnnotatedFeatureInfo.IAnnotationInfoHelperNested classes/interfaces inherited from interface IAttributedFeatureInfo
IAttributedFeatureInfo.MODIFIER -
Field Summary
Fields inherited from interface IAnnotatedFeatureInfo
ANNOTATION_HELPER -
Method Summary
Modifier and TypeMethodDescriptionintMethods inherited from interface IAnnotatedFeatureInfo
getAnnotation, getAnnotations, getAnnotationsOfType, getDeclaredAnnotations, getDeprecatedReason, hasAnnotation, hasDeclaredAnnotation, isDefaultImpl, isDeprecatedMethods inherited from interface IAttributedFeatureInfo
isAbstract, isFinal, isHidden, isInternal, isPrivate, isProtected, isPublic, isReified, isScriptable, isStatic, isVisibleMethods inherited from interface ICanHaveAnnotationDefault
getAnnotationDefault, hasAnnotationDefaultMethods inherited from interface IFeatureInfo
getContainer, getDescription, getDisplayName, getLocationInfo, getOwnersTypeMethods inherited from interface IGenericMethodInfo
getParameterizedParameterTypes, getParameterizedParameterTypes2, getParameterizedReturnType, getTypeVariables, inferTypeParametersFromArgumentTypes, inferTypeParametersFromArgumentTypes2Methods inherited from interface IMethodInfo
getCallHandler, getExceptions, getName, getParameters, getReturnDescription, getReturnTypeMethods inherited from interface IOptionalParamCapable
getDefaultValueExpressions, getParameterNamesMethods inherited from interface JavaHasParams
getDocsForParam
-
Method Details
-
getShortDescription
String getShortDescription() -
getMethod
IJavaClassMethod getMethod() -
getMethodDocs
IDocRef<IMethodNode> getMethodDocs() -
getRawMethod
Method getRawMethod() -
getModifiers
int getModifiers()
-