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.TypeSubstitutionLeastUpperBoundLogic.TypeSubstitution.EMPTYMethods 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 ResolvedTypeLeastUpperBoundLogic.substituteType(ResolvedType type1, LeastUpperBoundLogic.TypeSubstitution typeSubstitution)