public class DynamicTypeInfo extends BaseTypeInfo
ITypeInfo.FINDIAnnotatedFeatureInfo.IAnnotationInfoHelperIAttributedFeatureInfo.MODIFIERTYPEINFO_EXTANNOTATION_HELPER| Constructor and Description |
|---|
DynamicTypeInfo(IType type) |
| Modifier and Type | Method and Description |
|---|---|
IConstructorInfo |
getCallableConstructor(IType... params) |
IMethodInfo |
getCallableMethod(CharSequence method,
IType... params) |
IConstructorInfo |
getConstructor(IType... params) |
List<? extends IConstructorInfo> |
getConstructors() |
IMethodInfo |
getMethod(CharSequence methodName,
IType... params) |
IPropertyInfo |
getProperty(CharSequence propName) |
getDeclaredAnnotations, getEvent, getEvents, getMethods, getName, getProperties, isStaticgetAnnotation, 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 DynamicTypeInfo(IType type)
public List<? extends IConstructorInfo> getConstructors()
getConstructors in interface ITypeInfogetConstructors in class BaseTypeInfopublic IConstructorInfo getConstructor(IType... params)
getConstructor in interface ITypeInfogetConstructor in class BaseTypeInfopublic IConstructorInfo getCallableConstructor(IType... params)
getCallableConstructor in interface ITypeInfogetCallableConstructor in class BaseTypeInfopublic IPropertyInfo getProperty(CharSequence propName)
getProperty in interface ITypeInfogetProperty in class BaseTypeInfopublic IMethodInfo getMethod(CharSequence methodName, IType... params)
getMethod in interface ITypeInfogetMethod in class BaseTypeInfopublic IMethodInfo getCallableMethod(CharSequence method, IType... params)
getCallableMethod in interface ITypeInfogetCallableMethod in class BaseTypeInfoCopyright © 2019. All rights reserved.