Uses of Interface
com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration
-
-
Uses of ResolvedTypeParameterDeclaration in com.github.javaparser.resolution
Methods in com.github.javaparser.resolution with parameters of type ResolvedTypeParameterDeclaration Modifier and Type Method Description MethodUsageMethodUsage. replaceTypeParameter(ResolvedTypeParameterDeclaration typeParameter, ResolvedType type) -
Uses of ResolvedTypeParameterDeclaration in com.github.javaparser.resolution.declarations
Methods in com.github.javaparser.resolution.declarations that return ResolvedTypeParameterDeclaration Modifier and Type Method Description default ResolvedTypeParameterDeclarationResolvedTypeDeclaration. asTypeParameter()Return this as a TypeParameterDeclaration or throw UnsupportedOperationException.default ResolvedTypeParameterDeclarationResolvedTypeParameterDeclaration. asTypeParameter()static ResolvedTypeParameterDeclarationResolvedTypeParameterDeclaration. onType(String name, String classQName, List<ResolvedTypeParameterDeclaration.Bound> bounds)Instantiate a TypeParameter defined on a Type with the given data.Methods in com.github.javaparser.resolution.declarations that return types with arguments of type ResolvedTypeParameterDeclaration Modifier and Type Method Description default Optional<ResolvedTypeParameterDeclaration>ResolvedMethodLikeDeclaration. findTypeParameter(String name)default Optional<ResolvedTypeParameterDeclaration>ResolvedReferenceTypeDeclaration. findTypeParameter(String name)Optional<ResolvedTypeParameterDeclaration>ResolvedTypeParametrizable. findTypeParameter(String name)Find the closest TypeParameterDeclaration with the given name.List<ResolvedTypeParameterDeclaration>ResolvedTypeParametrizable. getTypeParameters()The list of type parameters defined on this element. -
Uses of ResolvedTypeParameterDeclaration in com.github.javaparser.resolution.logic
Methods in com.github.javaparser.resolution.logic with parameters of type ResolvedTypeParameterDeclaration Modifier and Type Method Description static ResolvedTypeMethodResolutionLogic. replaceTypeParam(ResolvedType type, ResolvedTypeParameterDeclaration tp, TypeSolver typeSolver)voidInferenceVariableType. setCorrespondingTp(ResolvedTypeParameterDeclaration correspondingTp)Method parameters in com.github.javaparser.resolution.logic with type arguments of type ResolvedTypeParameterDeclaration Modifier and Type Method Description static voidMethodResolutionLogic. inferTypes(ResolvedType source, ResolvedType target, Map<ResolvedTypeParameterDeclaration,ResolvedType> mappings) -
Uses of ResolvedTypeParameterDeclaration in com.github.javaparser.resolution.model.typesystem
Methods in com.github.javaparser.resolution.model.typesystem that return ResolvedTypeParameterDeclaration Modifier and Type Method Description ResolvedTypeParameterDeclarationLazyType. asTypeParameter()ResolvedTypeParameterDeclarationReferenceTypeImpl. asTypeParameter()Methods in com.github.javaparser.resolution.model.typesystem with parameters of type ResolvedTypeParameterDeclaration Modifier and Type Method Description ResolvedTypeLazyType. replaceTypeVariables(ResolvedTypeParameterDeclaration tp, ResolvedType replaced)ResolvedTypeLazyType. replaceTypeVariables(ResolvedTypeParameterDeclaration tp, ResolvedType replaced, Map<ResolvedTypeParameterDeclaration,ResolvedType> inferredTypes)Method parameters in com.github.javaparser.resolution.model.typesystem with type arguments of type ResolvedTypeParameterDeclaration Modifier and Type Method Description booleanReferenceTypeImpl. mention(List<ResolvedTypeParameterDeclaration> typeParameters)ResolvedTypeLazyType. replaceTypeVariables(ResolvedTypeParameterDeclaration tp, ResolvedType replaced, Map<ResolvedTypeParameterDeclaration,ResolvedType> inferredTypes) -
Uses of ResolvedTypeParameterDeclaration in com.github.javaparser.resolution.types
Methods in com.github.javaparser.resolution.types that return ResolvedTypeParameterDeclaration Modifier and Type Method Description default ResolvedTypeParameterDeclarationResolvedType. asTypeParameter()ResolvedTypeParameterDeclarationResolvedTypeVariable. asTypeParameter()Methods in com.github.javaparser.resolution.types that return types with arguments of type ResolvedTypeParameterDeclaration Modifier and Type Method Description List<Pair<ResolvedTypeParameterDeclaration,ResolvedType>>ResolvedReferenceType. getTypeParametersMap()Get the values for all type parameters declared on this type.Constructors in com.github.javaparser.resolution.types with parameters of type ResolvedTypeParameterDeclaration Constructor Description ResolvedTypeVariable(ResolvedTypeParameterDeclaration typeParameter) -
Uses of ResolvedTypeParameterDeclaration in com.github.javaparser.resolution.types.parametrization
Methods in com.github.javaparser.resolution.types.parametrization with parameters of type ResolvedTypeParameterDeclaration Modifier and Type Method Description ResolvedTypeResolvedTypeParametersMap. getValue(ResolvedTypeParameterDeclaration typeParameter)ResolvedTypeParametersMap.BuilderResolvedTypeParametersMap.Builder. setValue(ResolvedTypeParameterDeclaration typeParameter, ResolvedType value)Optional<ResolvedType>ResolvedTypeParameterValueProvider. typeParamValue(ResolvedTypeParameterDeclaration typeParameterDeclaration)Calculate the value for the given type parameter.
-