Interface IGosuMethodInfo
- All Superinterfaces:
Comparable, IAnnotatedFeatureInfo, IAttributedFeatureInfo, ICanHaveAnnotationDefault, IDFSBackedFeatureInfo, IFeatureInfo, IGenericMethodInfo, IHasParameterInfos, IMethodInfo, IOptionalParamCapable
- All Known Implementing Classes:
GosuMethodInfo
public interface IGosuMethodInfo
extends IAttributedFeatureInfo, IGenericMethodInfo, IMethodInfo, IOptionalParamCapable, Comparable, IDFSBackedFeatureInfo, ICanHaveAnnotationDefault
-
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 -
Method Summary
Methods inherited from interface Comparable
compareToMethods inherited from interface IAnnotatedFeatureInfo
getAnnotation, getAnnotations, getAnnotationsOfType, getDeclaredAnnotations, getDeprecatedReason, hasAnnotation, hasDeclaredAnnotation, isDefaultImpl, isDeprecatedMethods inherited from interface IAttributedFeatureInfo
isAbstract, isFinal, isHidden, isInternal, isPrivate, isProtected, isPublic, isReified, isScriptable, isStatic, isVisibleMethods inherited from interface ICanHaveAnnotationDefault
getAnnotationDefault, hasAnnotationDefaultMethods inherited from interface IDFSBackedFeatureInfo
getDfsMethods inherited from interface IFeatureInfo
getContainer, getDescription, getDisplayName, getLocationInfo, getOwnersTypeMethods inherited from interface IGenericMethodInfo
getParameterizedParameterTypes, getParameterizedParameterTypes2, getParameterizedReturnType, getTypeVariables, inferTypeParametersFromArgumentTypes, inferTypeParametersFromArgumentTypes2Methods inherited from interface IMethodInfo
getCallHandler, getExceptions, getName, getParameters, getReturnDescription, getReturnTypeMethods inherited from interface IOptionalParamCapable
getDefaultValueExpressions, getParameterNames
-
Method Details
-
isMethodForProperty
boolean isMethodForProperty() -
getArgs
List<IReducedSymbol> getArgs() -
getBackingMethodInfo
IGosuMethodInfo getBackingMethodInfo()
-