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.IAnnotationInfoHelper
-
Nested 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IJavaClassConstructor
getJavaConstructor()
Constructor
getRawConstructor()
boolean
isDefault()
-
Methods inherited from interface gw.lang.reflect.IAnnotatedFeatureInfo
getAnnotation, getAnnotations, getAnnotationsOfType, getDeclaredAnnotations, getDeprecatedReason, hasAnnotation, hasDeclaredAnnotation, isDefaultImpl, isDeprecated
-
Methods inherited from interface gw.lang.reflect.IAttributedFeatureInfo
isAbstract, isFinal, isHidden, isInternal, isPrivate, isProtected, isPublic, isReified, isScriptable, isStatic, isVisible
-
Methods inherited from interface gw.lang.reflect.IConstructorInfo
getConstructor, getExceptions, getParameters, getType, hasRawConstructor
-
Methods inherited from interface gw.lang.reflect.IFeatureInfo
getContainer, getDescription, getDisplayName, getLocationInfo, getName, getOwnersType
-
Methods inherited from interface gw.lang.reflect.IOptionalParamCapable
getDefaultValueExpressions, getParameterNames
-
Methods inherited from interface gw.lang.javadoc.JavaHasParams
getDocsForParam
-
-
-
-
Method Detail
-
getJavaConstructor
IJavaClassConstructor getJavaConstructor()
-
getRawConstructor
Constructor getRawConstructor()
-
isDefault
boolean isDefault()
- Specified by:
isDefault
in interfaceIConstructorInfo
-
-