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 ResolvedTypeVariableTypeParameter. 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 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)
-