Uses of Class
com.github.javaparser.resolution.types.ResolvedTypeVariable
-
Packages that use ResolvedTypeVariable Package Description com.github.javaparser.ast.type com.github.javaparser.resolution.types -
-
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.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)
-