Interface ResolvedTypeParameterValueProvider
- All Known Implementing Classes:
ReferenceTypeImpl,ResolvedReferenceType
public interface ResolvedTypeParameterValueProvider
-
Method Summary
Modifier and TypeMethodDescriptiontypeParamValue(ResolvedTypeParameterDeclaration typeParameterDeclaration) Calculate the value for the given type parameter.default ResolvedTypeReplace the type typeParametersValues present in the given type with the ones for which this type has a value.
-
Method Details
-
typeParamValue
Calculate the value for the given type parameter. It could be inherited. -
useThisTypeParametersOnTheGivenType
Replace the type typeParametersValues present in the given type with the ones for which this type has a value. -
getGenericParameterByName
-