Package gw.lang.reflect.java
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 gw.lang.reflect.IAnnotatedFeatureInfo
IAnnotatedFeatureInfo.IAnnotationInfoHelper
-
Nested classes/interfaces inherited from interface gw.lang.reflect.IAttributedFeatureInfo
IAttributedFeatureInfo.MODIFIER
-
-
Field Summary
-
Fields inherited from interface gw.lang.reflect.IAnnotatedFeatureInfo
ANNOTATION_HELPER
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IJavaClassMethod
getMethod()
IDocRef<IMethodNode>
getMethodDocs()
int
getModifiers()
Method
getRawMethod()
String
getShortDescription()
-
Methods inherited from interface gw.lang.reflect.IAnnotatedFeatureInfo
getAnnotation, getAnnotations, getAnnotationsOfType, getDeclaredAnnotations, getDeprecatedReason, hasAnnotation, hasDeclaredAnnotation, isDefaultImpl, isDeprecated
-
Methods inherited from interface gw.lang.reflect.IAttributedFeatureInfo
isAbstract, isFinal, isHidden, isInternal, isPrivate, isProtected, isPublic, isReified, isScriptable, isStatic, isVisible
-
Methods inherited from interface gw.lang.reflect.gs.ICanHaveAnnotationDefault
getAnnotationDefault, hasAnnotationDefault
-
Methods inherited from interface gw.lang.reflect.IFeatureInfo
getContainer, getDescription, getDisplayName, getLocationInfo, getOwnersType
-
Methods inherited from interface gw.lang.reflect.IGenericMethodInfo
getParameterizedParameterTypes, getParameterizedParameterTypes2, getParameterizedReturnType, getTypeVariables, inferTypeParametersFromArgumentTypes, inferTypeParametersFromArgumentTypes2
-
Methods inherited from interface gw.lang.reflect.IMethodInfo
getCallHandler, getExceptions, getName, getParameters, getReturnDescription, getReturnType
-
Methods inherited from interface gw.lang.reflect.IOptionalParamCapable
getDefaultValueExpressions, getParameterNames
-
Methods inherited from interface gw.lang.javadoc.JavaHasParams
getDocsForParam
-
-
-
-
Method Detail
-
getShortDescription
String getShortDescription()
-
getMethod
IJavaClassMethod getMethod()
-
getMethodDocs
IDocRef<IMethodNode> getMethodDocs()
-
getRawMethod
Method getRawMethod()
-
getModifiers
int getModifiers()
-
-