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 IAnnotatedFeatureInfo
IAnnotatedFeatureInfo.IAnnotationInfoHelperNested classes/interfaces inherited from interface IAttributedFeatureInfo
IAttributedFeatureInfo.MODIFIER -
Field Summary
FieldsFields inherited from interface IAnnotatedFeatureInfo
ANNOTATION_HELPERFields inherited from interface IParameterInfo
EMPTY_ARRAY -
Constructor Summary
ConstructorsConstructorDescriptionModifiedParameterInfo(IFeatureInfo container, IType type, IType originalType, int parentIndex) -
Method Summary
Methods inherited from class SimpleParameterInfo
getDeclaredAnnotations, getDescription, getDisplayName, getFeatureType, getName, getShortDescription, getTypeName, isStaticMethods inherited from class 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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface IFeatureInfo
getContainer, getLocationInfo, getOwnersTypeMethods inherited from interface IIntrinsicTypeReference
getAssignableFeatureType
-
Field Details
-
_originalType
-
-
Constructor Details
-
ModifiedParameterInfo
public ModifiedParameterInfo(IFeatureInfo container, IType type, IType originalType, int parentIndex)
-
-
Method Details
-
getOriginalType
-