public class ErrorTypeInfo extends Object implements ITypeInfo
ITypeInfo.FINDIAnnotatedFeatureInfo.IAnnotationInfoHelper| Modifier and Type | Field and Description |
|---|---|
static ITypeInfo |
INSTANCE |
TYPEINFO_EXTANNOTATION_HELPERclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocationInfopublic static final ITypeInfo INSTANCE
public List<? extends IPropertyInfo> getProperties()
getProperties in interface ITypeInfopublic IPropertyInfo getProperty(CharSequence propName)
getProperty in interface ITypeInfopublic MethodList getMethods()
getMethods in interface ITypeInfopublic IMethodInfo getMethod(CharSequence methodName, IType... params)
public IMethodInfo getCallableMethod(CharSequence method, IType... params)
getCallableMethod in interface ITypeInfopublic List<IConstructorInfo> getConstructors()
getConstructors in interface ITypeInfopublic IConstructorInfo getConstructor(IType... params)
getConstructor in interface ITypeInfopublic IConstructorInfo getCallableConstructor(IType... params)
getCallableConstructor in interface ITypeInfopublic List<IEventInfo> getEvents()
public IEventInfo getEvent(CharSequence event)
public List<IAnnotationInfo> getAnnotations()
getAnnotations in interface IAnnotatedFeatureInfopublic List<IAnnotationInfo> getDeclaredAnnotations()
getDeclaredAnnotations in interface IAnnotatedFeatureInfopublic List<IAnnotationInfo> getAnnotationsOfType(IType type)
getAnnotationsOfType in interface IAnnotatedFeatureInfopublic IAnnotationInfo getAnnotation(IType type)
getAnnotation in interface IAnnotatedFeatureInfopublic boolean hasAnnotation(IType type)
hasAnnotation in interface IAnnotatedFeatureInfopublic boolean hasDeclaredAnnotation(IType type)
hasDeclaredAnnotation in interface IAnnotatedFeatureInfopublic IFeatureInfo getContainer()
getContainer in interface IFeatureInfopublic IType getOwnersType()
getOwnersType in interface IFeatureInfopublic String getName()
getName in interface IFeatureInfopublic String getDisplayName()
getDisplayName in interface IFeatureInfopublic String getDescription()
getDescription in interface IFeatureInfopublic IFunctionType getUniversalFunctionType(String strMethod, int argCount)
public List getUniversalConstructors()
public gw.internal.gosu.parser.ErrorTypeInfo.UniversalConstructorType getUniversalConstructor(int args)
public boolean isDeprecated()
isDeprecated in interface IAnnotatedFeatureInfopublic String getDeprecatedReason()
getDeprecatedReason in interface IAnnotatedFeatureInfopublic boolean isDefaultImpl()
isDefaultImpl in interface IAnnotatedFeatureInfoCopyright © 2022. All rights reserved.