Class ParameterizedGosuPropertyInfo
java.lang.Object
gw.lang.reflect.BaseFeatureInfo
gw.internal.gosu.parser.GosuBaseAttributedFeatureInfo
gw.internal.gosu.parser.GosuPropertyInfo
gw.internal.gosu.parser.ParameterizedGosuPropertyInfo
- All Implemented Interfaces:
IGosuPropertyInfo, IAnnotatedFeatureInfo, IAttributedFeatureInfo, IFeatureInfo, IGenericMethodInfo, IIntrinsicTypeReference, IMethodBackedPropertyInfo, IPropertyInfo
-
Nested Class Summary
Nested classes/interfaces inherited from interface IAnnotatedFeatureInfo
IAnnotatedFeatureInfo.IAnnotationInfoHelperNested classes/interfaces inherited from interface IAttributedFeatureInfo
IAttributedFeatureInfo.MODIFIER -
Field Summary
FieldsFields inherited from class GosuBaseAttributedFeatureInfo
_declaredAnnotationsFields inherited from interface IAnnotatedFeatureInfo
ANNOTATION_HELPER -
Constructor Summary
ConstructorsConstructorDescriptionParameterizedGosuPropertyInfo(IFeatureInfo container, DynamicPropertySymbol dps, IGosuPropertyInfo delegate) -
Method Summary
Methods inherited from class GosuPropertyInfo
equals, getAccessor, getAssignableFeatureType, getContainingType, getDescription, getDisplayName, getDps, getFeatureType, getGosuAnnotations, getGosuClass, getName, getParameterizedParameterTypes, getParameterizedParameterTypes2, getParameterizedReturnType, getPresentationInfo, getReadMethodInfo, getShortDescription, getTypeVariables, getWriteMethodInfo, hashCode, inferTypeParametersFromArgumentTypes, inferTypeParametersFromArgumentTypes2, isAbstract, isAccessible, isFinal, isGetterDefault, isInternal, isPrivate, isProtected, isPublic, isReadable, isReadable, isReified, isSetterDefault, isStatic, isWritable, isWritable, toStringMethods inherited from class GosuBaseAttributedFeatureInfo
getActualTypeInContainer, getDeclaredAnnotations, getDeprecatedReason, getOwnersType, isDeprecated, isHidden, isVisibleMethods inherited from class BaseFeatureInfo
getAnnotation, getAnnotations, getAnnotationsOfType, getContainer, getParamTypes, getSuperAnnotatedElements, hasAnnotation, hasDeclaredAnnotation, isDefaultImpl, isInternalAPI, isScriptableMethods inherited from interface IAnnotatedFeatureInfo
getAnnotation, getAnnotations, getAnnotationsOfType, getDeclaredAnnotations, getDeprecatedReason, hasAnnotation, hasDeclaredAnnotation, isDefaultImpl, isDeprecatedMethods inherited from interface IAttributedFeatureInfo
isHidden, isScriptable, isVisibleMethods inherited from interface IFeatureInfo
getContainer, getLocationInfo, getOwnersType
-
Field Details
-
_delegate
-
-
Constructor Details
-
ParameterizedGosuPropertyInfo
public ParameterizedGosuPropertyInfo(IFeatureInfo container, DynamicPropertySymbol dps, IGosuPropertyInfo delegate)
-
-
Method Details
-
getBackingPropertyInfo
-