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
public class ModifiedParameterInfo extends SimpleParameterInfo
-
-
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
-
Fields inherited from interface gw.lang.reflect.IParameterInfo
EMPTY_ARRAY
-
-
Constructor Summary
Constructors Constructor Description ModifiedParameterInfo(IFeatureInfo container, IType type, IType originalType, int parentIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IType
getOriginalType()
-
Methods inherited from class gw.lang.reflect.SimpleParameterInfo
getDeclaredAnnotations, getDescription, getDisplayName, getFeatureType, getName, getShortDescription, getTypeName, isStatic
-
Methods inherited from class gw.lang.reflect.BaseFeatureInfo
getAnnotation, getAnnotations, getAnnotationsOfType, getContainer, getDeprecatedReason, getOwnersType, getParamTypes, getSuperAnnotatedElements, hasAnnotation, hasDeclaredAnnotation, isAbstract, isDefaultImpl, isDeprecated, isFinal, isHidden, isInternal, isInternalAPI, isPrivate, isProtected, isPublic, isReified, isScriptable, isVisible, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface gw.lang.reflect.IFeatureInfo
getContainer, getLocationInfo, getOwnersType
-
Methods inherited from interface gw.lang.reflect.IIntrinsicTypeReference
getAssignableFeatureType
-
-
-
-
Constructor Detail
-
ModifiedParameterInfo
public ModifiedParameterInfo(IFeatureInfo container, IType type, IType originalType, int parentIndex)
-
-
Method Detail
-
getOriginalType
public IType getOriginalType()
-
-