Uses of Class
com.github.javaparser.resolution.types.ResolvedTypeVariable
-
-
Uses of ResolvedTypeVariable in com.github.javaparser.ast.type
Methods in com.github.javaparser.ast.type that return ResolvedTypeVariable Modifier and Type Method Description ResolvedTypeVariable
TypeParameter. resolve()
-
Uses of ResolvedTypeVariable in com.github.javaparser.resolution.logic
Methods in com.github.javaparser.resolution.logic with parameters of type ResolvedTypeVariable Modifier and Type Method Description private static boolean
MethodResolutionLogic. matchTypeVariable(ResolvedTypeVariable typeVariable, ResolvedType type, java.util.Map<java.lang.String,ResolvedType> matchedParameters)
-
Uses of ResolvedTypeVariable in com.github.javaparser.resolution.model.typesystem
Methods in com.github.javaparser.resolution.model.typesystem that return ResolvedTypeVariable Modifier and Type Method Description ResolvedTypeVariable
LazyType. asTypeVariable()
-
Uses of ResolvedTypeVariable in com.github.javaparser.resolution.types
Methods in com.github.javaparser.resolution.types that return ResolvedTypeVariable Modifier and Type Method Description default ResolvedTypeVariable
ResolvedType. asTypeVariable()
ResolvedTypeVariable
ResolvedTypeVariable. asTypeVariable()
Methods in com.github.javaparser.resolution.types with parameters of type ResolvedTypeVariable Modifier and Type Method Description private boolean
ResolvedReferenceType. compareConsideringVariableTypeParameters(ResolvedType referenceType, ResolvedTypeVariable typeVariable)
-
Uses of ResolvedTypeVariable in com.github.javaparser.symbolsolver.javaparsermodel.contexts
Methods in com.github.javaparser.symbolsolver.javaparsermodel.contexts with parameters of type ResolvedTypeVariable Modifier and Type Method Description private java.util.Optional<MethodUsage>
MethodCallExprContext. solveMethodAsUsage(ResolvedTypeVariable tp, java.lang.String name, java.util.List<ResolvedType> argumentsTypes, Context invokationContext)
-
Uses of ResolvedTypeVariable in com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas
Method parameters in com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas with type arguments of type ResolvedTypeVariable Modifier and Type Method Description private ResolvedType
ExpressionCompatibleWithType. replaceTypeVariablesWithInferenceVariables(ResolvedType originalType, java.util.Map<ResolvedTypeVariable,InferenceVariable> correspondences)
-