Package gw.lang.reflect
Interface IHasParameterInfos
- All Superinterfaces:
IAnnotatedFeatureInfo,IAttributedFeatureInfo,IFeatureInfo
- All Known Subinterfaces:
IAspectMethodInfoDelegate,IConstructorInfo,IGosuConstructorInfo,IGosuMethodInfo,IJavaConstructorInfo,IJavaMethodInfo,IMethodInfo,IMethodInfoDelegate,ITypeInfoMethodInfo
- All Known Implementing Classes:
ArrayExpansionMethodInfo,ConstructorInfoBuilder.BuiltConstructorInfo,DynamicConstructorInfo,DynamicMethodInfo,ErrorTypeInfo.UniversalConstructorInfo,ErrorTypeInfo.UniversalMethodInfo,GosuConstructorInfo,GosuMethodInfo,JavaConstructorInfo,JavaMethodInfo,MetaMethodInfoDelegate,MetaTypeTypeInfo.DeprecatedStaticMethodInfoDelegate,MetaTypeTypeInfo.StaticMethodInfoDelegate,MethodInfoBase,MethodInfoBuilder.BuiltMethodInfo,MethodInfoDelegate,ParameterizedGosuConstructorInfo,SimpleMethodInfo
-
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 -
Method Summary
Methods inherited from interface gw.lang.reflect.IAnnotatedFeatureInfo
getAnnotation, getAnnotations, getAnnotationsOfType, getDeclaredAnnotations, getDeprecatedReason, hasAnnotation, hasDeclaredAnnotation, isDefaultImpl, isDeprecatedMethods 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, getName, getOwnersType
-
Method Details
-
getParameters
IParameterInfo[] getParameters()
-