Uses of Class
com.github.javaparser.symbolsolver.resolution.typeinference.Instantiation
Packages that use Instantiation
Package
Description
-
Uses of Instantiation in com.github.javaparser.symbolsolver.resolution.typeinference
Fields in com.github.javaparser.symbolsolver.resolution.typeinference with type parameters of type InstantiationMethods in com.github.javaparser.symbolsolver.resolution.typeinference that return InstantiationModifier and TypeMethodDescriptionprivate Instantiation
BoundSet.getInstantiationFor
(InferenceVariable v) Methods in com.github.javaparser.symbolsolver.resolution.typeinference that return types with arguments of type InstantiationModifier and TypeMethodDescriptionBound.isAnInstantiation()
Given a bound of the form α = T or T = α, we say T is an instantiation of α.Methods in com.github.javaparser.symbolsolver.resolution.typeinference with parameters of type InstantiationModifier and TypeMethodDescriptionInstantiationSet.withInstantiation
(Instantiation instantiation) -
Uses of Instantiation in com.github.javaparser.symbolsolver.resolution.typeinference.bounds
Methods in com.github.javaparser.symbolsolver.resolution.typeinference.bounds that return types with arguments of type Instantiation