Uses of Class
org.sonar.java.resolve.TypeSubstitutionSolver
-
Packages that use TypeSubstitutionSolver Package Description org.sonar.java.resolve -
-
Uses of TypeSubstitutionSolver in org.sonar.java.resolve
Methods in org.sonar.java.resolve with parameters of type TypeSubstitutionSolver Modifier and Type Method Description voidParametrizedTypeCache. setTypeSubstitutionSolver(TypeSubstitutionSolver typeSubstitutionSolver)Constructors in org.sonar.java.resolve with parameters of type TypeSubstitutionSolver Constructor Description LeastUpperBound(TypeSubstitutionSolver typeSubstitutionSolver, ParametrizedTypeCache parametrizedTypeCache, Symbols symbols)ParametrizedTypeJavaType(JavaSymbol.TypeJavaSymbol symbol, TypeSubstitution typeSubstitution, TypeSubstitutionSolver typeSubstitutionSolver)TypeInferenceSolver(LeastUpperBound leastUpperBound, Symbols symbols, TypeSubstitutionSolver typeSubstitutionSolver)
-