Interface IJavaConstructorInfo
- All Superinterfaces:
IAnnotatedFeatureInfo, IAttributedFeatureInfo, IConstructorInfo, IFeatureInfo, IHasParameterInfos, IOptionalParamCapable, JavaHasParams
- All Known Implementing Classes:
JavaConstructorInfo
public interface IJavaConstructorInfo
extends IAttributedFeatureInfo, IConstructorInfo, IOptionalParamCapable, JavaHasParams
-
Nested Class Summary
Nested classes/interfaces inherited from interface IAnnotatedFeatureInfo
IAnnotatedFeatureInfo.IAnnotationInfoHelperNested classes/interfaces inherited from interface IAttributedFeatureInfo
IAttributedFeatureInfo.MODIFIER -
Field Summary
Fields inherited from interface IAnnotatedFeatureInfo
ANNOTATION_HELPER -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from interface IAnnotatedFeatureInfo
getAnnotation, getAnnotations, getAnnotationsOfType, getDeclaredAnnotations, getDeprecatedReason, hasAnnotation, hasDeclaredAnnotation, isDefaultImpl, isDeprecatedMethods inherited from interface IAttributedFeatureInfo
isAbstract, isFinal, isHidden, isInternal, isPrivate, isProtected, isPublic, isReified, isScriptable, isStatic, isVisibleMethods inherited from interface IConstructorInfo
getConstructor, getExceptions, getParameters, getType, hasRawConstructorMethods inherited from interface IFeatureInfo
getContainer, getDescription, getDisplayName, getLocationInfo, getName, getOwnersTypeMethods inherited from interface IOptionalParamCapable
getDefaultValueExpressions, getParameterNamesMethods inherited from interface JavaHasParams
getDocsForParam
-
Method Details
-
getJavaConstructor
IJavaClassConstructor getJavaConstructor() -
getRawConstructor
Constructor getRawConstructor() -
isDefault
boolean isDefault()- Specified by:
isDefaultin interfaceIConstructorInfo
-