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 IAnnotatedFeatureInfo
IAnnotatedFeatureInfo.IAnnotationInfoHelperNested classes/interfaces inherited from interface IAttributedFeatureInfo
IAttributedFeatureInfo.MODIFIER -
Field Summary
Fields inherited from interface IAnnotatedFeatureInfo
ANNOTATION_HELPER -
Constructor Summary
ConstructorsConstructorDescriptionDeprecatedStaticMethodInfoDelegate(IFeatureInfo container, IMethodInfo source) -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class MetaTypeTypeInfo.StaticMethodInfoDelegate
isStaticMethods inherited from class 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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface IAnnotatedFeatureInfo
getAnnotation, getAnnotations, getAnnotationsOfType, getDeclaredAnnotations, hasAnnotation, hasDeclaredAnnotation, isDefaultImplMethods inherited from interface IAttributedFeatureInfo
isAbstract, isFinal, isHidden, isInternal, isPrivate, isProtected, isPublic, isReified, isScriptable, isStatic, isVisibleMethods inherited from interface IFeatureInfo
getContainer, getDescription, getDisplayName, getLocationInfo, getOwnersTypeMethods inherited from interface 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.
-