Uses of Class
com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic.TypeSubstitution
Packages that use LeastUpperBoundLogic.TypeSubstitution
-
Uses of LeastUpperBoundLogic.TypeSubstitution in com.github.javaparser.symbolsolver.resolution.typeinference
Fields in com.github.javaparser.symbolsolver.resolution.typeinference declared as LeastUpperBoundLogic.TypeSubstitutionModifier and TypeFieldDescriptionprivate static final LeastUpperBoundLogic.TypeSubstitution
LeastUpperBoundLogic.TypeSubstitution.EMPTY
Methods in com.github.javaparser.symbolsolver.resolution.typeinference that return LeastUpperBoundLogic.TypeSubstitutionModifier and TypeMethodDescriptionLeastUpperBoundLogic.TypeSubstitution.empty()
LeastUpperBoundLogic.substitution
(List<Pair<ResolvedTypeParameterDeclaration, ResolvedType>> pairs) Methods in com.github.javaparser.symbolsolver.resolution.typeinference with parameters of type LeastUpperBoundLogic.TypeSubstitutionModifier and TypeMethodDescriptionprivate ResolvedType
LeastUpperBoundLogic.substituteType
(ResolvedType type1, LeastUpperBoundLogic.TypeSubstitution typeSubstitution)