Package gw.internal.gosu.parser
Class ParameterizedGosuConstructorInfo
java.lang.Object
gw.lang.reflect.BaseFeatureInfo
gw.internal.gosu.parser.GosuBaseAttributedFeatureInfo
gw.internal.gosu.parser.AbstractGenericMethodInfo
gw.internal.gosu.parser.GosuConstructorInfo
gw.internal.gosu.parser.ParameterizedGosuConstructorInfo
- All Implemented Interfaces:
IGosuConstructorInfo,IAnnotatedFeatureInfo,IAttributedFeatureInfo,IConstructorInfo,IDFSBackedFeatureInfo,IFeatureInfo,IGenericMethodInfo,IHasParameterInfos,IOptionalParamCapable
-
Nested Class Summary
Nested classes/interfaces inherited from class gw.internal.gosu.parser.GosuConstructorInfo
GosuConstructorInfo.GosuConstructorHandlerNested classes/interfaces inherited from interface gw.lang.reflect.IAnnotatedFeatureInfo
IAnnotatedFeatureInfo.IAnnotationInfoHelperNested classes/interfaces inherited from interface gw.lang.reflect.IAttributedFeatureInfo
IAttributedFeatureInfo.MODIFIER -
Field Summary
FieldsFields inherited from class gw.internal.gosu.parser.GosuBaseAttributedFeatureInfo
_declaredAnnotationsFields inherited from interface gw.lang.reflect.IAnnotatedFeatureInfo
ANNOTATION_HELPER -
Constructor Summary
ConstructorsConstructorDescriptionParameterizedGosuConstructorInfo(IFeatureInfo container, DynamicFunctionSymbol dfs, IGosuConstructorInfo delegate) -
Method Summary
Methods inherited from class gw.internal.gosu.parser.GosuConstructorInfo
getConstructor, getDefaultValueExpressions, getParameterNames, getType, isDefaultMethods inherited from class gw.internal.gosu.parser.AbstractGenericMethodInfo
ensureInferredTypeAssignableToBoundingType, getArgs, getDescription, getDfs, getDisplayName, getExceptions, getGosuAnnotations, getGosuClass, getName, getParameterizedParameterTypes, getParameterizedParameterTypes2, getParameterizedReturnType, getParameters, getTypeVariables, inferTypeParametersFromArgumentTypes, inferTypeParametersFromArgumentTypes2, isAbstract, isDefaultImpl, isFinal, isInternal, isPrivate, isProtected, isPublic, isReified, isStaticMethods inherited from class gw.internal.gosu.parser.GosuBaseAttributedFeatureInfo
getActualTypeInContainer, getDeclaredAnnotations, getDeprecatedReason, getOwnersType, isDeprecated, isHidden, isVisibleMethods inherited from class gw.lang.reflect.BaseFeatureInfo
getAnnotation, getAnnotations, getAnnotationsOfType, getContainer, getParamTypes, getSuperAnnotatedElements, hasAnnotation, hasDeclaredAnnotation, isInternalAPI, isScriptable, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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
getExceptions, getParametersMethods inherited from interface gw.lang.reflect.IDFSBackedFeatureInfo
getDfsMethods inherited from interface gw.lang.reflect.IFeatureInfo
getContainer, getDescription, getDisplayName, getLocationInfo, getName, getOwnersTypeMethods inherited from interface gw.lang.reflect.IGenericMethodInfo
getParameterizedParameterTypes, getParameterizedParameterTypes2, getParameterizedReturnType, getTypeVariables, inferTypeParametersFromArgumentTypes, inferTypeParametersFromArgumentTypes2Methods inherited from interface gw.lang.reflect.gs.IGosuConstructorInfo
getArgs
-
Field Details
-
_delegate
-
-
Constructor Details
-
ParameterizedGosuConstructorInfo
public ParameterizedGosuConstructorInfo(IFeatureInfo container, DynamicFunctionSymbol dfs, IGosuConstructorInfo delegate)
-
-
Method Details
-
getBackingConstructorInfo
- Specified by:
getBackingConstructorInfoin interfaceIGosuConstructorInfo- Overrides:
getBackingConstructorInfoin classGosuConstructorInfo
-
hasRawConstructor
- Specified by:
hasRawConstructorin interfaceIConstructorInfo- Overrides:
hasRawConstructorin classGosuConstructorInfo
-