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
Modifier and TypeMethodDescriptionboolean
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 Details
-
getJavaConstructor
IJavaClassConstructor getJavaConstructor() -
getRawConstructor
Constructor getRawConstructor() -
isDefault
boolean isDefault()- Specified by:
isDefault
in interfaceIConstructorInfo
-