Package gw.internal.gosu.parser
Class MetaTypeTypeInfo.StaticMethodInfoDelegate
- java.lang.Object
-
- gw.lang.reflect.MethodInfoDelegate
-
- gw.internal.gosu.parser.MetaTypeTypeInfo.StaticMethodInfoDelegate
-
- All Implemented Interfaces:
IAnnotatedFeatureInfo,IAttributedFeatureInfo,IFeatureInfo,IFeatureInfoDelegate,IGenericMethodInfo,IHasParameterInfos,IMethodInfo,IMethodInfoDelegate,IOptionalParamCapable
- Direct Known Subclasses:
MetaTypeTypeInfo.DeprecatedStaticMethodInfoDelegate
- Enclosing class:
- MetaTypeTypeInfo
private static class MetaTypeTypeInfo.StaticMethodInfoDelegate extends MethodInfoDelegate
-
-
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 StaticMethodInfoDelegate(IFeatureInfo container, IMethodInfo source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisStatic()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, getCallHandler, 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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface gw.lang.reflect.IAttributedFeatureInfo
isReified
-
Methods inherited from interface gw.lang.reflect.IFeatureInfo
getLocationInfo
-
-
-
-
Constructor Detail
-
StaticMethodInfoDelegate
public StaticMethodInfoDelegate(IFeatureInfo container, IMethodInfo source)
-
-
Method Detail
-
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
-
-