Uses of Class
com.github.javaparser.symbolsolver.resolution.typeinference.Instantiation
-
Packages that use Instantiation Package Description com.github.javaparser.symbolsolver.resolution.typeinference com.github.javaparser.symbolsolver.resolution.typeinference.bounds -
-
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 Instantiation Modifier and Type Method Description Optional<Instantiation>Bound. 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 Instantiation Modifier and Type Method Description InstantiationSetInstantiationSet. 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 Modifier and Type Method Description Optional<Instantiation>SameAsBound. isAnInstantiation()
-