Uses of Class
com.github.javaparser.symbolsolver.resolution.typeinference.Substitution
-
Packages that use Substitution Package Description com.github.javaparser.symbolsolver.resolution.typeinference -
-
Uses of Substitution in com.github.javaparser.symbolsolver.resolution.typeinference
Methods in com.github.javaparser.symbolsolver.resolution.typeinference that return Substitution Modifier and Type Method Description static SubstitutionSubstitution. empty()SubstitutionSubstitution. withPair(ResolvedTypeParameterDeclaration typeParameterDeclaration, ResolvedType type)
-