Uses of Class
com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic.TypeSubstitution
-
Packages that use LeastUpperBoundLogic.TypeSubstitution Package Description com.github.javaparser.symbolsolver.resolution.typeinference -
-
Uses of LeastUpperBoundLogic.TypeSubstitution in com.github.javaparser.symbolsolver.resolution.typeinference
Fields in com.github.javaparser.symbolsolver.resolution.typeinference declared as LeastUpperBoundLogic.TypeSubstitution Modifier and Type Field Description private static LeastUpperBoundLogic.TypeSubstitutionLeastUpperBoundLogic.TypeSubstitution. EMPTYMethods in com.github.javaparser.symbolsolver.resolution.typeinference that return LeastUpperBoundLogic.TypeSubstitution Modifier and Type Method Description static LeastUpperBoundLogic.TypeSubstitutionLeastUpperBoundLogic.TypeSubstitution. empty()private LeastUpperBoundLogic.TypeSubstitutionLeastUpperBoundLogic. substitution(java.util.List<Pair<ResolvedTypeParameterDeclaration,ResolvedType>> pairs)Methods in com.github.javaparser.symbolsolver.resolution.typeinference with parameters of type LeastUpperBoundLogic.TypeSubstitution Modifier and Type Method Description private ResolvedTypeLeastUpperBoundLogic. substituteType(ResolvedType type1, LeastUpperBoundLogic.TypeSubstitution typeSubstitution)
-