Class GosuFragmentTypeInfo
- java.lang.Object
-
- gw.internal.gosu.parser.fragments.GosuFragmentTypeInfo
-
- All Implemented Interfaces:
IAnnotatedFeatureInfo,IFeatureInfo,IRelativeTypeInfo,ITypeInfo
public class GosuFragmentTypeInfo extends Object implements IRelativeTypeInfo
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface gw.lang.reflect.IAnnotatedFeatureInfo
IAnnotatedFeatureInfo.IAnnotationInfoHelper
-
Nested classes/interfaces inherited from interface gw.lang.reflect.IRelativeTypeInfo
IRelativeTypeInfo.Accessibility
-
Nested classes/interfaces inherited from interface gw.lang.reflect.ITypeInfo
ITypeInfo.FIND
-
-
Field Summary
-
Fields inherited from interface gw.lang.reflect.IAnnotatedFeatureInfo
ANNOTATION_HELPER
-
Fields inherited from interface gw.lang.reflect.IRelativeTypeInfo
Accessibility_Size
-
Fields inherited from interface gw.lang.reflect.ITypeInfo
TYPEINFO_EXT
-
-
Constructor Summary
Constructors Constructor Description GosuFragmentTypeInfo(GosuFragment fragment)
-
Method Summary
-
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.IFeatureInfo
getLocationInfo
-
-
-
-
Constructor Detail
-
GosuFragmentTypeInfo
public GosuFragmentTypeInfo(GosuFragment fragment)
-
-
Method Detail
-
getAnnotations
public List<IAnnotationInfo> getAnnotations()
- Specified by:
getAnnotationsin interfaceIAnnotatedFeatureInfo
-
getDeclaredAnnotations
public List<IAnnotationInfo> getDeclaredAnnotations()
- Specified by:
getDeclaredAnnotationsin interfaceIAnnotatedFeatureInfo
-
getAnnotationsOfType
public List<IAnnotationInfo> getAnnotationsOfType(IType type)
- Specified by:
getAnnotationsOfTypein interfaceIAnnotatedFeatureInfo
-
hasAnnotation
public boolean hasAnnotation(IType type)
- Specified by:
hasAnnotationin interfaceIAnnotatedFeatureInfo
-
isDeprecated
public boolean isDeprecated()
- Specified by:
isDeprecatedin interfaceIAnnotatedFeatureInfo
-
getDeprecatedReason
public String getDeprecatedReason()
- Specified by:
getDeprecatedReasonin interfaceIAnnotatedFeatureInfo
-
isDefaultImpl
public boolean isDefaultImpl()
- Specified by:
isDefaultImplin interfaceIAnnotatedFeatureInfo
-
getContainer
public IFeatureInfo getContainer()
- Specified by:
getContainerin interfaceIFeatureInfo
-
getOwnersType
public IType getOwnersType()
- Specified by:
getOwnersTypein interfaceIFeatureInfo
-
getName
public String getName()
- Specified by:
getNamein interfaceIFeatureInfo
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceIFeatureInfo
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceIFeatureInfo
-
getProperties
public List<? extends IPropertyInfo> getProperties()
- Specified by:
getPropertiesin interfaceITypeInfo
-
getProperty
public IPropertyInfo getProperty(CharSequence propName)
- Specified by:
getPropertyin interfaceITypeInfo
-
getMethods
public MethodList getMethods()
- Specified by:
getMethodsin interfaceITypeInfo
-
getMethod
public IMethodInfo getMethod(CharSequence methodName, IType... params)
-
getCallableMethod
public IMethodInfo getCallableMethod(CharSequence method, IType... params)
- Specified by:
getCallableMethodin interfaceITypeInfo
-
getConstructors
public List<? extends IConstructorInfo> getConstructors()
- Specified by:
getConstructorsin interfaceITypeInfo
-
getConstructor
public IConstructorInfo getConstructor(IType... params)
- Specified by:
getConstructorin interfaceITypeInfo
-
getCallableConstructor
public IConstructorInfo getCallableConstructor(IType... params)
- Specified by:
getCallableConstructorin interfaceITypeInfo
-
getEvents
public List<? extends IEventInfo> getEvents()
-
getEvent
public IEventInfo getEvent(CharSequence event)
-
getAccessibilityForType
public IRelativeTypeInfo.Accessibility getAccessibilityForType(IType whosaskin)
- Specified by:
getAccessibilityForTypein interfaceIRelativeTypeInfo
-
getProperties
public List<? extends IPropertyInfo> getProperties(IType whosaskin)
- Specified by:
getPropertiesin interfaceIRelativeTypeInfo
-
getProperty
public IPropertyInfo getProperty(IType whosaskin, CharSequence propName)
- Specified by:
getPropertyin interfaceIRelativeTypeInfo
-
getMethods
public MethodList getMethods(IType whosaskin)
- Specified by:
getMethodsin interfaceIRelativeTypeInfo
-
getMethod
public IMethodInfo getMethod(IType whosaskin, CharSequence methodName, IType... params)
- Specified by:
getMethodin interfaceIRelativeTypeInfo
-
getConstructors
public List<? extends IConstructorInfo> getConstructors(IType whosaskin)
- Specified by:
getConstructorsin interfaceIRelativeTypeInfo
-
getConstructor
public IConstructorInfo getConstructor(IType whosAskin, IType[] params)
- Specified by:
getConstructorin interfaceIRelativeTypeInfo
-
getAnnotation
public IAnnotationInfo getAnnotation(IType type)
- Specified by:
getAnnotationin interfaceIAnnotatedFeatureInfo
-
hasDeclaredAnnotation
public boolean hasDeclaredAnnotation(IType type)
- Specified by:
hasDeclaredAnnotationin interfaceIAnnotatedFeatureInfo
-
getDeclaredProperties
public List<? extends IPropertyInfo> getDeclaredProperties()
- Specified by:
getDeclaredPropertiesin interfaceIRelativeTypeInfo
-
getDeclaredMethods
public List<? extends IMethodInfo> getDeclaredMethods()
- Specified by:
getDeclaredMethodsin interfaceIRelativeTypeInfo
-
getDeclaredConstructors
public List<? extends IConstructorInfo> getDeclaredConstructors()
- Specified by:
getDeclaredConstructorsin interfaceIRelativeTypeInfo
-
-