public class TypeInPackageTypeInfo extends BaseFeatureInfo implements ITypeInfo
ITypeInfo.FINDIAnnotatedFeatureInfo.IAnnotationInfoHelperIAttributedFeatureInfo.MODIFIERTYPEINFO_EXTANNOTATION_HELPER| Constructor and Description |
|---|
TypeInPackageTypeInfo(TypeInPackageType type) |
| Modifier and Type | Method and Description |
|---|---|
IConstructorInfo |
getCallableConstructor(IType... params) |
IMethodInfo |
getCallableMethod(CharSequence strMethod,
IType... params) |
IConstructorInfo |
getConstructor(IType... params) |
List<IConstructorInfo> |
getConstructors() |
List<IAnnotationInfo> |
getDeclaredAnnotations() |
IEventInfo |
getEvent(CharSequence strEvent) |
List<IEventInfo> |
getEvents() |
IMethodInfo |
getMethod(CharSequence methodName,
IType... params) |
MethodList |
getMethods() |
String |
getName() |
List<? extends IPropertyInfo> |
getProperties() |
IPropertyInfo |
getProperty(CharSequence propName) |
boolean |
isStatic() |
getAnnotation, getAnnotations, getAnnotationsOfType, getContainer, getDeprecatedReason, getDescription, getDisplayName, getOwnersType, getParamTypes, getSuperAnnotatedElements, hasAnnotation, hasDeclaredAnnotation, isAbstract, isDefaultImpl, isDeprecated, isFinal, isHidden, isInternal, isInternalAPI, isPrivate, isProtected, isPublic, isReified, isScriptable, isVisible, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAnnotation, getAnnotations, getAnnotationsOfType, getDeprecatedReason, hasAnnotation, hasDeclaredAnnotation, isDefaultImpl, isDeprecatedgetContainer, getDescription, getDisplayName, getLocationInfo, getOwnersTypepublic TypeInPackageTypeInfo(TypeInPackageType type)
public boolean isStatic()
isStatic in interface IAttributedFeatureInfopublic String getName()
getName in interface IFeatureInfopublic List<? extends IPropertyInfo> getProperties()
getProperties in interface ITypeInfopublic IPropertyInfo getProperty(CharSequence propName)
getProperty in interface ITypeInfopublic IMethodInfo getCallableMethod(CharSequence strMethod, IType... params)
getCallableMethod in interface ITypeInfopublic IConstructorInfo getCallableConstructor(IType... params)
getCallableConstructor in interface ITypeInfopublic MethodList getMethods()
getMethods in interface ITypeInfopublic IMethodInfo getMethod(CharSequence methodName, IType... params)
public List<IConstructorInfo> getConstructors()
getConstructors in interface ITypeInfopublic IConstructorInfo getConstructor(IType... params)
getConstructor in interface ITypeInfopublic List<IEventInfo> getEvents()
public IEventInfo getEvent(CharSequence strEvent)
public List<IAnnotationInfo> getDeclaredAnnotations()
getDeclaredAnnotations in interface IAnnotatedFeatureInfoCopyright © 2019. All rights reserved.