Package gw.lang.reflect
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
public class MetaMethodInfoDelegate extends MethodInfoDelegate implements ITypeInfoMethodInfo
-
-
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
-
-
Constructor Summary
Constructors Constructor Description MetaMethodInfoDelegate(ITypeInfo container, IMethodInfo source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
IMethodInfo
getBackingMethodInfo()
IMethodCallHandler
getCallHandler()
int
hashCode()
boolean
isStatic()
True if this feature is static, meaning the feature is not specific to a particular instance of the feature's containing type.-
Methods inherited from class gw.lang.reflect.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, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
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, isVisible
-
Methods inherited from interface gw.lang.reflect.IFeatureInfo
getContainer, getDescription, getDisplayName, getLocationInfo, getOwnersType
-
Methods inherited from interface gw.lang.reflect.IMethodInfo
getExceptions, getName, getParameters, getReturnDescription, getReturnType
-
-
-
-
Constructor Detail
-
MetaMethodInfoDelegate
public MetaMethodInfoDelegate(ITypeInfo container, IMethodInfo source)
-
-
Method Detail
-
isStatic
public boolean isStatic()
Description copied from interface:IAttributedFeatureInfo
True if this feature is static, meaning the feature is not specific to a particular instance of the feature's containing type.- Specified by:
isStatic
in interfaceIAttributedFeatureInfo
- Overrides:
isStatic
in classMethodInfoDelegate
-
getCallHandler
public IMethodCallHandler getCallHandler()
- Specified by:
getCallHandler
in interfaceIMethodInfo
- Overrides:
getCallHandler
in classMethodInfoDelegate
-
getBackingMethodInfo
public IMethodInfo getBackingMethodInfo()
- Specified by:
getBackingMethodInfo
in interfaceITypeInfoMethodInfo
-
-