Package gw.internal.gosu.parser
Class MetaTypeTypeInfo.TypeProperty
- java.lang.Object
-
- gw.lang.reflect.PropertyInfoBase
-
- gw.internal.gosu.parser.MetaTypeTypeInfo.TypeProperty
-
- All Implemented Interfaces:
IAnnotatedFeatureInfo,IAttributedFeatureInfo,IFeatureInfo,IIntrinsicTypeReference,IPropertyInfo
- Enclosing class:
- MetaTypeTypeInfo
public class MetaTypeTypeInfo.TypeProperty extends PropertyInfoBase
-
-
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 TypeProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IPropertyAccessorgetAccessor()List<IAnnotationInfo>getDeclaredAnnotations()ITypegetFeatureType()StringgetName()booleanisDefaultImpl()booleanisReadable()booleanisStatic()booleanisWritable(IType whosAskin)-
Methods inherited from class gw.lang.reflect.PropertyInfoBase
getAnnotation, getAnnotations, getAnnotationsOfType, getContainer, getDeprecatedReason, getDescription, getDisplayName, getOwnersType, getPresentationInfo, hasAnnotation, hasDeclaredAnnotation, isAbstract, isDeprecated, isFinal, isHidden, isInternal, isPrivate, isProtected, isPublic, isScriptable, isVisible, isWritable
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface gw.lang.reflect.IAttributedFeatureInfo
isReified
-
Methods inherited from interface gw.lang.reflect.IFeatureInfo
getLocationInfo
-
Methods inherited from interface gw.lang.reflect.IIntrinsicTypeReference
getAssignableFeatureType
-
Methods inherited from interface gw.lang.reflect.IPropertyInfo
isReadable
-
-
-
-
Method Detail
-
isStatic
public boolean isStatic()
- Specified by:
isStaticin interfaceIAttributedFeatureInfo- Overrides:
isStaticin classPropertyInfoBase
-
isReadable
public boolean isReadable()
-
isWritable
public boolean isWritable(IType whosAskin)
-
getAccessor
public IPropertyAccessor getAccessor()
-
getDeclaredAnnotations
public List<IAnnotationInfo> getDeclaredAnnotations()
-
isDefaultImpl
public boolean isDefaultImpl()
- Specified by:
isDefaultImplin interfaceIAnnotatedFeatureInfo- Overrides:
isDefaultImplin classPropertyInfoBase
-
getName
public String getName()
-
getFeatureType
public IType getFeatureType()
-
-