Package gw.internal.gosu.parser
Class GosuClassTypeInfo
- java.lang.Object
-
- gw.lang.reflect.BaseFeatureInfo
-
- gw.lang.reflect.BaseTypeInfo
-
- gw.internal.gosu.parser.GosuClassTypeInfo
-
- All Implemented Interfaces:
IGosuClassTypeInfo,IAnnotatedFeatureInfo,IAttributedFeatureInfo,IFeatureInfo,IRelativeTypeInfo,ITypeInfo
public class GosuClassTypeInfo extends BaseTypeInfo implements IGosuClassTypeInfo
-
-
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
-
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 GosuClassTypeInfo(IGosuClassInternal gsClass)
-
Method Summary
-
Methods inherited from class gw.lang.reflect.BaseFeatureInfo
getAnnotation, getAnnotations, getAnnotationsOfType, getContainer, getDeprecatedReason, getDisplayName, getOwnersType, getParamTypes, getSuperAnnotatedElements, hasAnnotation, hasDeclaredAnnotation, isAbstract, isDefaultImpl, isFinal, isHidden, isInternalAPI, isReified, isScriptable, isVisible
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface gw.lang.reflect.IAnnotatedFeatureInfo
getAnnotation, getAnnotations, getAnnotationsOfType, getDeprecatedReason, hasAnnotation, hasDeclaredAnnotation, isDefaultImpl
-
Methods inherited from interface gw.lang.reflect.IAttributedFeatureInfo
isAbstract, isFinal, isHidden, isReified, isScriptable, isVisible
-
Methods inherited from interface gw.lang.reflect.IFeatureInfo
getContainer, getDisplayName, getLocationInfo, getOwnersType
-
-
-
-
Constructor Detail
-
GosuClassTypeInfo
public GosuClassTypeInfo(IGosuClassInternal gsClass)
-
-
Method Detail
-
pushIncludeAll
public static void pushIncludeAll()
-
popIncludeAll
public static void popIncludeAll()
-
isIncludeAll
public static boolean isIncludeAll()
-
forceInit
public void forceInit()
-
isStatic
public boolean isStatic()
- Specified by:
isStaticin interfaceIAttributedFeatureInfo- Overrides:
isStaticin classBaseTypeInfo
-
isPrivate
public boolean isPrivate()
- Specified by:
isPrivatein interfaceIAttributedFeatureInfo- Overrides:
isPrivatein classBaseFeatureInfo
-
isInternal
public boolean isInternal()
- Specified by:
isInternalin interfaceIAttributedFeatureInfo- Overrides:
isInternalin classBaseFeatureInfo
-
isProtected
public boolean isProtected()
- Specified by:
isProtectedin interfaceIAttributedFeatureInfo- Overrides:
isProtectedin classBaseFeatureInfo
-
isPublic
public boolean isPublic()
- Specified by:
isPublicin interfaceIAttributedFeatureInfo- Overrides:
isPublicin classBaseFeatureInfo
-
isDeprecated
public boolean isDeprecated()
- Specified by:
isDeprecatedin interfaceIAnnotatedFeatureInfo- Overrides:
isDeprecatedin classBaseFeatureInfo
-
getDeclaredAnnotations
public List<IAnnotationInfo> getDeclaredAnnotations()
- Specified by:
getDeclaredAnnotationsin interfaceIAnnotatedFeatureInfo- Overrides:
getDeclaredAnnotationsin classBaseTypeInfo
-
getDeclaredMethods
public List<? extends IMethodInfo> getDeclaredMethods()
- Specified by:
getDeclaredMethodsin interfaceIRelativeTypeInfo
-
getDeclaredProperties
public List<? extends IPropertyInfo> getDeclaredProperties()
- Specified by:
getDeclaredPropertiesin interfaceIRelativeTypeInfo
-
getDeclaredConstructors
public List<? extends IConstructorInfo> getDeclaredConstructors()
- Specified by:
getDeclaredConstructorsin interfaceIRelativeTypeInfo
-
getName
public String getName()
- Specified by:
getNamein interfaceIFeatureInfo- Overrides:
getNamein classBaseTypeInfo
-
getAccessibilityForType
public IRelativeTypeInfo.Accessibility getAccessibilityForType(IType whosaskin)
- Specified by:
getAccessibilityForTypein interfaceIRelativeTypeInfo
-
getProperties
public List<? extends IPropertyInfo> getProperties()
- Specified by:
getPropertiesin interfaceITypeInfo- Overrides:
getPropertiesin classBaseTypeInfo
-
getProperties
public List<IPropertyInfo> getProperties(IType whosAskin)
- Specified by:
getPropertiesin interfaceIRelativeTypeInfo
-
getProperty
public IPropertyInfo getProperty(CharSequence propName)
- Specified by:
getPropertyin interfaceITypeInfo- Overrides:
getPropertyin classBaseTypeInfo
-
getProperty
public IPropertyInfo getProperty(IType whosAskin, CharSequence propName)
- Specified by:
getPropertyin interfaceIRelativeTypeInfo
-
getMethods
public MethodList getMethods()
- Specified by:
getMethodsin interfaceITypeInfo- Overrides:
getMethodsin classBaseTypeInfo
-
getMethods
public MethodList getMethods(IType whosAskin)
- Specified by:
getMethodsin interfaceIRelativeTypeInfo
-
getConstructors
public List<GosuConstructorInfo> getConstructors()
- Specified by:
getConstructorsin interfaceITypeInfo- Overrides:
getConstructorsin classBaseTypeInfo
-
getConstructors
public List<GosuConstructorInfo> getConstructors(IType whosAskin)
- Specified by:
getConstructorsin interfaceIRelativeTypeInfo
-
getMethod
public IMethodInfo getMethod(CharSequence methodName, IType... params)
- Specified by:
getMethodin interfaceITypeInfo- Overrides:
getMethodin classBaseTypeInfo
-
getMethod
public IMethodInfo getMethod(IType whosaskin, CharSequence methodName, IType... params)
- Specified by:
getMethodin interfaceIRelativeTypeInfo
-
getConstructor
public IConstructorInfo getConstructor(IType... params)
- Specified by:
getConstructorin interfaceITypeInfo- Overrides:
getConstructorin classBaseTypeInfo
-
getConstructor
public IConstructorInfo getConstructor(IType whosAskin, IType[] params)
- Specified by:
getConstructorin interfaceIRelativeTypeInfo
-
getCallableMethod
public IMethodInfo getCallableMethod(CharSequence strMethod, IType... params)
- Specified by:
getCallableMethodin interfaceITypeInfo- Overrides:
getCallableMethodin classBaseTypeInfo
-
getCallableConstructor
public IConstructorInfo getCallableConstructor(IType... params)
- Specified by:
getCallableConstructorin interfaceITypeInfo- Overrides:
getCallableConstructorin classBaseTypeInfo
-
getEvents
public List<IEventInfo> getEvents()
- Specified by:
getEventsin interfaceITypeInfo- Overrides:
getEventsin classBaseTypeInfo
-
getEvent
public IEventInfo getEvent(CharSequence strEvent)
- Specified by:
getEventin interfaceITypeInfo- Overrides:
getEventin classBaseTypeInfo
-
getGosuClass
public IGosuClassInternal getGosuClass()
- Specified by:
getGosuClassin interfaceIGosuClassTypeInfo
-
unload
public void unload()
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceIFeatureInfo- Overrides:
getDescriptionin classBaseFeatureInfo
-
getModifierInfo
public IModifierInfo getModifierInfo(GosuBaseAttributedFeatureInfo featureInfo)
-
setModifierInfo
public void setModifierInfo(GosuBaseAttributedFeatureInfo featureInfo, IModifierInfo modifierInfo)
-
toString
public String toString()
- Overrides:
toStringin classBaseFeatureInfo
-
-