Package gw.internal.gosu.parser
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
public class ParameterizedGosuPropertyInfo extends GosuPropertyInfo
-
-
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 Modifier and Type Field Description private IGosuPropertyInfo_delegate-
Fields inherited from class gw.internal.gosu.parser.GosuBaseAttributedFeatureInfo
_declaredAnnotations
-
Fields inherited from interface gw.lang.reflect.IAnnotatedFeatureInfo
ANNOTATION_HELPER
-
-
Constructor Summary
Constructors Constructor Description ParameterizedGosuPropertyInfo(IFeatureInfo container, DynamicPropertySymbol dps, IGosuPropertyInfo delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IGosuPropertyInfogetBackingPropertyInfo()-
Methods inherited from class gw.internal.gosu.parser.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, toString
-
Methods inherited from class gw.internal.gosu.parser.GosuBaseAttributedFeatureInfo
getActualTypeInContainer, getDeclaredAnnotations, getDeprecatedReason, getOwnersType, isDeprecated, isHidden, isVisible
-
Methods inherited from class gw.lang.reflect.BaseFeatureInfo
getAnnotation, getAnnotations, getAnnotationsOfType, getContainer, getParamTypes, getSuperAnnotatedElements, hasAnnotation, hasDeclaredAnnotation, isDefaultImpl, isInternalAPI, isScriptable
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface gw.lang.reflect.IAnnotatedFeatureInfo
getAnnotation, getAnnotations, getAnnotationsOfType, getDeclaredAnnotations, getDeprecatedReason, hasAnnotation, hasDeclaredAnnotation, isDefaultImpl, isDeprecated
-
Methods inherited from interface gw.lang.reflect.IAttributedFeatureInfo
isHidden, isScriptable, isVisible
-
Methods inherited from interface gw.lang.reflect.IFeatureInfo
getContainer, getLocationInfo, getOwnersType
-
-
-
-
Field Detail
-
_delegate
private IGosuPropertyInfo _delegate
-
-
Constructor Detail
-
ParameterizedGosuPropertyInfo
public ParameterizedGosuPropertyInfo(IFeatureInfo container, DynamicPropertySymbol dps, IGosuPropertyInfo delegate)
-
-
Method Detail
-
getBackingPropertyInfo
public IGosuPropertyInfo getBackingPropertyInfo()
-
-