Package gw.lang.reflect
Class ModifiedParameterInfo
java.lang.Object
gw.lang.reflect.BaseFeatureInfo
gw.lang.reflect.SimpleParameterInfo
gw.lang.reflect.ModifiedParameterInfo
- All Implemented Interfaces:
IAnnotatedFeatureInfo,IAttributedFeatureInfo,IFeatureInfo,IIntrinsicTypeReference,IParameterInfo
-
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
FieldsFields inherited from interface gw.lang.reflect.IAnnotatedFeatureInfo
ANNOTATION_HELPERFields inherited from interface gw.lang.reflect.IParameterInfo
EMPTY_ARRAY -
Constructor Summary
ConstructorsConstructorDescriptionModifiedParameterInfo(IFeatureInfo container, IType type, IType originalType, int parentIndex) -
Method Summary
Methods inherited from class gw.lang.reflect.SimpleParameterInfo
getDeclaredAnnotations, getDescription, getDisplayName, getFeatureType, getName, getShortDescription, getTypeName, isStaticMethods inherited from class gw.lang.reflect.BaseFeatureInfo
compactAndLockList, getAnnotation, getAnnotations, getAnnotationsOfType, getContainer, getDeprecatedReason, getOwnersType, getParamTypes, getSuperAnnotatedElements, hasAnnotation, hasDeclaredAnnotation, isAbstract, isDefaultImpl, isDeprecated, isFinal, isHidden, isInternal, isInternalAPI, isPrivate, isProtected, isPublic, isReified, isScriptable, isVisible, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface gw.lang.reflect.IFeatureInfo
getContainer, getLocationInfo, getOwnersTypeMethods inherited from interface gw.lang.reflect.IIntrinsicTypeReference
getAssignableFeatureType
-
Field Details
-
_originalType
-
-
Constructor Details
-
ModifiedParameterInfo
public ModifiedParameterInfo(IFeatureInfo container, IType type, IType originalType, int parentIndex)
-
-
Method Details
-
getOriginalType
-