Uses of Class
com.github.javaparser.resolution.types.ResolvedTypeVariable
Packages that use ResolvedTypeVariable
Package
Description
-
Uses of ResolvedTypeVariable in com.github.javaparser.ast.type
Methods in com.github.javaparser.ast.type that return ResolvedTypeVariable -
Uses of ResolvedTypeVariable in com.github.javaparser.resolution.logic
Methods in com.github.javaparser.resolution.logic with parameters of type ResolvedTypeVariableModifier and TypeMethodDescriptionprivate static booleanMethodResolutionLogic.matchTypeVariable(ResolvedTypeVariable typeVariable, ResolvedType type, Map<String, ResolvedType> matchedParameters) -
Uses of ResolvedTypeVariable in com.github.javaparser.resolution.model.typesystem
Methods in com.github.javaparser.resolution.model.typesystem that return ResolvedTypeVariable -
Uses of ResolvedTypeVariable in com.github.javaparser.resolution.types
Methods in com.github.javaparser.resolution.types that return ResolvedTypeVariableModifier and TypeMethodDescriptiondefault ResolvedTypeVariableResolvedType.asTypeVariable()ResolvedTypeVariable.asTypeVariable()Methods in com.github.javaparser.resolution.types with parameters of type ResolvedTypeVariableModifier and TypeMethodDescriptionprivate booleanResolvedReferenceType.compareConsideringVariableTypeParameters(ResolvedType referenceType, ResolvedTypeVariable typeVariable)