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 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 IGosuPropertyInfo
getBackingPropertyInfo()
-
Methods inherited from class gw.internal.gosu.parser.GosuPropertyInfo
equals, getAccessor, getAssignableFeatureType, getContainingType, getDescription, getDisplayName, getDps, getFeatureType, getGosuAnnotations, 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
-
-
-
-
Constructor Detail
-
ParameterizedGosuPropertyInfo
public ParameterizedGosuPropertyInfo(IFeatureInfo container, DynamicPropertySymbol dps, IGosuPropertyInfo delegate)
-
-
Method Detail
-
getBackingPropertyInfo
public IGosuPropertyInfo getBackingPropertyInfo()
-
-