Package gw.internal.gosu.parser
Class MetaTypeTypeInfo.DeprecatedStaticMethodInfoDelegate
java.lang.Object
gw.lang.reflect.MethodInfoDelegate
gw.internal.gosu.parser.MetaTypeTypeInfo.StaticMethodInfoDelegate
gw.internal.gosu.parser.MetaTypeTypeInfo.DeprecatedStaticMethodInfoDelegate
- All Implemented Interfaces:
IAnnotatedFeatureInfo,IAttributedFeatureInfo,IFeatureInfo,IFeatureInfoDelegate,IGenericMethodInfo,IHasParameterInfos,IMethodInfo,IMethodInfoDelegate,IOptionalParamCapable,ITypeInfoMethodInfo
- Enclosing class:
- MetaTypeTypeInfo
private static class MetaTypeTypeInfo.DeprecatedStaticMethodInfoDelegate
extends MetaTypeTypeInfo.StaticMethodInfoDelegate
implements ITypeInfoMethodInfo
-
Nested Class Summary
Nested classes/interfaces inherited from interface gw.lang.reflect.IAnnotatedFeatureInfo
IAnnotatedFeatureInfo.IAnnotationInfoHelperNested 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
ConstructorsConstructorDescriptionDeprecatedStaticMethodInfoDelegate(IFeatureInfo container, IMethodInfo source) -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class gw.internal.gosu.parser.MetaTypeTypeInfo.StaticMethodInfoDelegate
isStaticMethods inherited from class gw.lang.reflect.MethodInfoDelegate
getAnnotation, getAnnotations, getAnnotationsOfType, getCallHandler, getContainer, getDeclaredAnnotations, getDefaultValueExpressions, getDescription, getDisplayName, getExceptions, getName, getOwnersType, getParameterizedParameterTypes, getParameterizedParameterTypes2, getParameterizedReturnType, getParameterNames, getParameters, getReturnDescription, getReturnType, getSource, getTypeVariables, hasAnnotation, hasDeclaredAnnotation, inferTypeParametersFromArgumentTypes, inferTypeParametersFromArgumentTypes2, isAbstract, isDefaultImpl, isFinal, isHidden, isInternal, isPrivate, isProtected, isPublic, isScriptable, isVisible, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface gw.lang.reflect.IAnnotatedFeatureInfo
getAnnotation, getAnnotations, getAnnotationsOfType, getDeclaredAnnotations, hasAnnotation, hasDeclaredAnnotation, isDefaultImplMethods inherited from interface gw.lang.reflect.IAttributedFeatureInfo
isAbstract, isFinal, isHidden, isInternal, isPrivate, isProtected, isPublic, isReified, isScriptable, isStatic, isVisibleMethods inherited from interface gw.lang.reflect.IFeatureInfo
getContainer, getDescription, getDisplayName, getLocationInfo, getOwnersTypeMethods inherited from interface gw.lang.reflect.IMethodInfo
getCallHandler, getExceptions, getName, getParameters, getReturnDescription, getReturnType
-
Constructor Details
-
DeprecatedStaticMethodInfoDelegate
-
-
Method Details
-
isDeprecated
public boolean isDeprecated()- Specified by:
isDeprecatedin interfaceIAnnotatedFeatureInfo- Overrides:
isDeprecatedin classMethodInfoDelegate- Returns:
- True if this feature is deprecated.
-
getBackingMethodInfo
- Specified by:
getBackingMethodInfoin interfaceITypeInfoMethodInfo
-
getDeprecatedReason
- Specified by:
getDeprecatedReasonin interfaceIAnnotatedFeatureInfo- Overrides:
getDeprecatedReasonin classMethodInfoDelegate- Returns:
- The deprecation message, or null if the feature is not deprecated.
-