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(com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration typeParameterDeclaration, com.github.javaparser.resolution.types.ResolvedType type)
-