public class ArrayExpansionMethodInfo extends Object implements IMethodInfo
IAttributedFeatureInfo.MODIFIERIAnnotatedFeatureInfo.IAnnotationInfoHelperANNOTATION_HELPER| Constructor and Description |
|---|
ArrayExpansionMethodInfo(IMethodInfo delegate) |
| Modifier and Type | Method and Description |
|---|---|
IAnnotationInfo |
getAnnotation(IType type) |
List<IAnnotationInfo> |
getAnnotations() |
List<IAnnotationInfo> |
getAnnotationsOfType(IType type) |
IMethodCallHandler |
getCallHandler() |
IFeatureInfo |
getContainer() |
List<IAnnotationInfo> |
getDeclaredAnnotations() |
IMethodInfo |
getDelegate() |
String |
getDeprecatedReason() |
String |
getDescription() |
String |
getDisplayName() |
List<IExceptionInfo> |
getExceptions() |
String |
getName() |
IType |
getOwnersType() |
IParameterInfo[] |
getParameters() |
String |
getReturnDescription() |
IType |
getReturnType() |
boolean |
hasAnnotation(IType type) |
boolean |
hasDeclaredAnnotation(IType type) |
boolean |
isAbstract() |
boolean |
isDefaultImpl() |
boolean |
isDeprecated() |
boolean |
isFinal() |
boolean |
isHidden() |
boolean |
isInternal() |
boolean |
isPrivate() |
boolean |
isProtected() |
boolean |
isPublic() |
boolean |
isScriptable() |
boolean |
isStatic() |
boolean |
isVisible(IScriptabilityModifier constraint) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocationInfopublic ArrayExpansionMethodInfo(IMethodInfo delegate)
public IMethodCallHandler getCallHandler()
getCallHandler in interface IMethodInfopublic List<IExceptionInfo> getExceptions()
getExceptions in interface IMethodInfopublic IParameterInfo[] getParameters()
getParameters in interface IHasParameterInfosgetParameters in interface IMethodInfopublic String getReturnDescription()
getReturnDescription in interface IMethodInfopublic IType getReturnType()
getReturnType in interface IMethodInfopublic boolean isScriptable()
isScriptable in interface IAttributedFeatureInfopublic boolean isDeprecated()
isDeprecated in interface IAnnotatedFeatureInfopublic String getDeprecatedReason()
getDeprecatedReason in interface IAnnotatedFeatureInfopublic boolean isDefaultImpl()
isDefaultImpl in interface IAnnotatedFeatureInfopublic boolean isVisible(IScriptabilityModifier constraint)
isVisible in interface IAttributedFeatureInfopublic boolean isHidden()
isHidden in interface IAttributedFeatureInfopublic boolean isStatic()
isStatic in interface IAttributedFeatureInfopublic boolean isPrivate()
isPrivate in interface IAttributedFeatureInfopublic boolean isInternal()
isInternal in interface IAttributedFeatureInfopublic boolean isProtected()
isProtected in interface IAttributedFeatureInfopublic boolean isPublic()
isPublic in interface IAttributedFeatureInfopublic boolean isAbstract()
isAbstract in interface IAttributedFeatureInfopublic boolean isFinal()
isFinal in interface IAttributedFeatureInfopublic List<IAnnotationInfo> getAnnotations()
getAnnotations in interface IAnnotatedFeatureInfopublic List<IAnnotationInfo> getDeclaredAnnotations()
getDeclaredAnnotations in interface IAnnotatedFeatureInfopublic IAnnotationInfo getAnnotation(IType type)
getAnnotation in interface IAnnotatedFeatureInfopublic List<IAnnotationInfo> getAnnotationsOfType(IType type)
getAnnotationsOfType 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 IFeatureInfogetName in interface IMethodInfopublic String getDisplayName()
getDisplayName in interface IFeatureInfopublic String getDescription()
getDescription in interface IFeatureInfopublic IMethodInfo getDelegate()
Copyright © 2022. All rights reserved.