Class MetaMethodInfoDelegate
java.lang.Object
gw.lang.reflect.MethodInfoDelegate
gw.lang.reflect.MetaMethodInfoDelegate
- All Implemented Interfaces:
IAnnotatedFeatureInfo, IAttributedFeatureInfo, IFeatureInfo, IFeatureInfoDelegate, IGenericMethodInfo, IHasParameterInfos, IMethodInfo, IMethodInfoDelegate, IOptionalParamCapable, ITypeInfoMethodInfo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate classNested 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 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class MethodInfoDelegate
getAnnotation, getAnnotations, getAnnotationsOfType, getContainer, getDeclaredAnnotations, getDefaultValueExpressions, getDeprecatedReason, getDescription, getDisplayName, getExceptions, getName, getOwnersType, getParameterizedParameterTypes, getParameterizedParameterTypes2, getParameterizedReturnType, getParameterNames, getParameters, getReturnDescription, getReturnType, getSource, getTypeVariables, hasAnnotation, hasDeclaredAnnotation, inferTypeParametersFromArgumentTypes, inferTypeParametersFromArgumentTypes2, isAbstract, isDefaultImpl, isDeprecated, isFinal, isHidden, isInternal, isPrivate, isProtected, isPublic, isScriptable, isVisible, toStringMethods 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, isVisibleMethods inherited from interface IFeatureInfo
getContainer, getDescription, getDisplayName, getLocationInfo, getOwnersTypeMethods inherited from interface IMethodInfo
getExceptions, getName, getParameters, getReturnDescription, getReturnType
-
Constructor Details
-
MetaMethodInfoDelegate
-
-
Method Details
-
isStatic
public boolean isStatic()Description copied from interface:IAttributedFeatureInfoTrue if this feature is static, meaning the feature is not specific to a particular instance of the feature's containing type.- Specified by:
isStaticin interfaceIAttributedFeatureInfo- Overrides:
isStaticin classMethodInfoDelegate
-
getCallHandler
- Specified by:
getCallHandlerin interfaceIMethodInfo- Overrides:
getCallHandlerin classMethodInfoDelegate
-
equals
-
hashCode
-
getBackingMethodInfo
- Specified by:
getBackingMethodInfoin interfaceITypeInfoMethodInfo
-