Package gw.internal.gosu.parser
Class MetaTypeTypeInfo
- java.lang.Object
-
- gw.lang.reflect.BaseFeatureInfo
-
- gw.internal.gosu.parser.MetaTypeTypeInfo
-
- All Implemented Interfaces:
IAnnotatedFeatureInfo,IAttributedFeatureInfo,IFeatureInfo,IRelativeTypeInfo,ITypeInfo
public class MetaTypeTypeInfo extends BaseFeatureInfo implements IRelativeTypeInfo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classMetaTypeTypeInfo.TypeProperty-
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 MetaTypeTypeInfo(MetaType intrType)
-
Method Summary
-
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
-
-
-
-
Constructor Detail
-
MetaTypeTypeInfo
public MetaTypeTypeInfo(MetaType intrType)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceIFeatureInfo
-
getOwnersType
public IMetaType getOwnersType()
- Specified by:
getOwnersTypein interfaceIFeatureInfo- Overrides:
getOwnersTypein classBaseFeatureInfo
-
isStatic
public boolean isStatic()
- Specified by:
isStaticin interfaceIAttributedFeatureInfo
-
getProperties
public List<? extends IPropertyInfo> getProperties()
- Specified by:
getPropertiesin interfaceITypeInfo
-
getProperty
public IPropertyInfo getProperty(CharSequence propName)
- Specified by:
getPropertyin interfaceITypeInfo
-
getProperty
public IPropertyInfo getProperty(IType whosAskin, CharSequence propName)
- Specified by:
getPropertyin interfaceIRelativeTypeInfo
-
getMethods
public MethodList getMethods()
- Specified by:
getMethodsin interfaceITypeInfo
-
getMethod
public IMethodInfo getMethod(CharSequence methodName, IType... params)
-
getConstructors
public List<IConstructorInfo> getConstructors()
- Specified by:
getConstructorsin interfaceITypeInfo
-
getConstructor
public IConstructorInfo getConstructor(IType... params)
- Specified by:
getConstructorin interfaceITypeInfo
-
getCallableMethod
public IMethodInfo getCallableMethod(CharSequence strMethod, IType... params)
- Specified by:
getCallableMethodin interfaceITypeInfo
-
getCallableConstructor
public IConstructorInfo getCallableConstructor(IType... params)
- Specified by:
getCallableConstructorin interfaceITypeInfo
-
getEvents
public List<IEventInfo> getEvents()
-
getEvent
public IEventInfo getEvent(CharSequence strEvent)
-
getDeclaredAnnotations
public List<IAnnotationInfo> getDeclaredAnnotations()
- Specified by:
getDeclaredAnnotationsin interfaceIAnnotatedFeatureInfo
-
getAccessibilityForType
public IRelativeTypeInfo.Accessibility getAccessibilityForType(IType whosAskin)
- Specified by:
getAccessibilityForTypein interfaceIRelativeTypeInfo
-
getProperties
public List<? extends IPropertyInfo> getProperties(IType whosaskin)
- Specified by:
getPropertiesin 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
-
-