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
Fields in com.github.javaparser.symbolsolver.resolution.typeinference with type parameters of type Instantiation Modifier and Type Field Description private java.util.List<Instantiation>InstantiationSet. instantiationsMethods in com.github.javaparser.symbolsolver.resolution.typeinference that return Instantiation Modifier and Type Method Description private InstantiationBoundSet. getInstantiationFor(InferenceVariable v)Methods in com.github.javaparser.symbolsolver.resolution.typeinference that return types with arguments of type Instantiation Modifier and Type Method Description java.util.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 java.util.Optional<Instantiation>SameAsBound. isAnInstantiation()
-