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