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.TypeSubstitution
LeastUpperBoundLogic.TypeSubstitution. EMPTY
Methods in com.github.javaparser.symbolsolver.resolution.typeinference that return LeastUpperBoundLogic.TypeSubstitution Modifier and Type Method Description static LeastUpperBoundLogic.TypeSubstitution
LeastUpperBoundLogic.TypeSubstitution. empty()
private LeastUpperBoundLogic.TypeSubstitution
LeastUpperBoundLogic. 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 ResolvedType
LeastUpperBoundLogic. substituteType(ResolvedType type1, LeastUpperBoundLogic.TypeSubstitution typeSubstitution)
-