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
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