Package gw.lang.reflect.java
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 gw.lang.reflect.IAnnotatedFeatureInfo
IAnnotatedFeatureInfo.IAnnotationInfoHelperNested classes/interfaces inherited from interface gw.lang.reflect.IAttributedFeatureInfo
IAttributedFeatureInfo.MODIFIER -
Field Summary
Fields inherited from interface gw.lang.reflect.IAnnotatedFeatureInfo
ANNOTATION_HELPER -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from interface gw.lang.reflect.IAnnotatedFeatureInfo
getAnnotation, getAnnotations, getAnnotationsOfType, getDeclaredAnnotations, getDeprecatedReason, hasAnnotation, hasDeclaredAnnotation, isDefaultImpl, isDeprecatedMethods inherited from interface gw.lang.reflect.IAttributedFeatureInfo
isAbstract, isFinal, isHidden, isInternal, isPrivate, isProtected, isPublic, isReified, isScriptable, isStatic, isVisibleMethods inherited from interface gw.lang.reflect.IConstructorInfo
getConstructor, getExceptions, getParameters, getType, hasRawConstructorMethods inherited from interface gw.lang.reflect.IFeatureInfo
getContainer, getDescription, getDisplayName, getLocationInfo, getName, getOwnersTypeMethods inherited from interface gw.lang.reflect.IOptionalParamCapable
getDefaultValueExpressions, getParameterNamesMethods inherited from interface gw.lang.javadoc.JavaHasParams
getDocsForParam
-
Method Details
-
getJavaConstructor
IJavaClassConstructor getJavaConstructor() -
getRawConstructor
Constructor getRawConstructor() -
isDefault
boolean isDefault()- Specified by:
isDefaultin interfaceIConstructorInfo
-