Package gw.internal.gosu.parser
Class CompoundTypeInfo
- java.lang.Object
-
- gw.lang.reflect.BaseFeatureInfo
-
- gw.lang.reflect.BaseTypeInfo
-
- gw.internal.gosu.parser.CompoundTypeInfo
-
- All Implemented Interfaces:
IAnnotatedFeatureInfo,IAttributedFeatureInfo,IFeatureInfo,IRelativeTypeInfo,ITypeInfo
public class CompoundTypeInfo extends BaseTypeInfo 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.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 CompoundTypeInfo(CompoundType intrType)
-
Method Summary
-
Methods inherited from class gw.lang.reflect.BaseTypeInfo
getName, isStatic
-
Methods inherited from class gw.lang.reflect.BaseFeatureInfo
getAnnotation, getAnnotations, getAnnotationsOfType, getContainer, getDeprecatedReason, getDescription, getDisplayName, getParamTypes, getSuperAnnotatedElements, hasAnnotation, hasDeclaredAnnotation, isAbstract, isDefaultImpl, isDeprecated, isFinal, isHidden, isInternal, isInternalAPI, isPrivate, isProtected, isPublic, isReified, isScriptable, isVisible, toString
-
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, isDeprecated
-
Methods inherited from interface gw.lang.reflect.IFeatureInfo
getContainer, getDescription, getDisplayName, getLocationInfo, getName
-
-
-
-
Constructor Detail
-
CompoundTypeInfo
public CompoundTypeInfo(CompoundType intrType)
-
-
Method Detail
-
getOwnersType
public CompoundType getOwnersType()
- Specified by:
getOwnersTypein interfaceIFeatureInfo- Overrides:
getOwnersTypein classBaseFeatureInfo
-
getProperties
public List<? extends IPropertyInfo> getProperties()
- Specified by:
getPropertiesin interfaceITypeInfo- Overrides:
getPropertiesin classBaseTypeInfo
-
getProperty
public IPropertyInfo getProperty(CharSequence propName)
- Specified by:
getPropertyin interfaceITypeInfo- Overrides:
getPropertyin classBaseTypeInfo
-
getMethods
public MethodList getMethods()
- Specified by:
getMethodsin interfaceITypeInfo- Overrides:
getMethodsin classBaseTypeInfo
-
getMethod
public IMethodInfo getMethod(CharSequence methodName, IType... params)
- Specified by:
getMethodin interfaceITypeInfo- Overrides:
getMethodin classBaseTypeInfo
-
getConstructors
public List<IConstructorInfo> getConstructors()
- Specified by:
getConstructorsin interfaceITypeInfo- Overrides:
getConstructorsin classBaseTypeInfo
-
getConstructor
public IConstructorInfo getConstructor(IType... params)
- Specified by:
getConstructorin interfaceITypeInfo- Overrides:
getConstructorin classBaseTypeInfo
-
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
-
getDeclaredAnnotations
public List<IAnnotationInfo> getDeclaredAnnotations()
- Specified by:
getDeclaredAnnotationsin interfaceIAnnotatedFeatureInfo- Overrides:
getDeclaredAnnotationsin classBaseTypeInfo
-
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
-
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
-
-