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 ResolvedTypeVariableTypeParameter. 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 booleanMethodResolutionLogic. 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 ResolvedTypeVariableLazyType. 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 ResolvedTypeVariableResolvedType. asTypeVariable()ResolvedTypeVariableResolvedTypeVariable. asTypeVariable()Methods in com.github.javaparser.resolution.types with parameters of type ResolvedTypeVariable Modifier and Type Method Description private booleanResolvedReferenceType. 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 ResolvedTypeExpressionCompatibleWithType. replaceTypeVariablesWithInferenceVariables(ResolvedType originalType, java.util.Map<ResolvedTypeVariable,InferenceVariable> correspondences)
-