public class ParametrizedTypeCache extends Object
| Constructor and Description |
|---|
ParametrizedTypeCache() |
| Modifier and Type | Method and Description |
|---|---|
JavaType |
getParametrizedTypeType(JavaSymbol.TypeJavaSymbol symbol,
TypeSubstitution typeSubstitution) |
JavaType |
getWildcardType(JavaType bound,
WildCardType.BoundType boundType) |
void |
setTypeSubstitutionSolver(TypeSubstitutionSolver typeSubstitutionSolver) |
public JavaType getParametrizedTypeType(JavaSymbol.TypeJavaSymbol symbol, TypeSubstitution typeSubstitution)
public JavaType getWildcardType(JavaType bound, WildCardType.BoundType boundType)
public void setTypeSubstitutionSolver(TypeSubstitutionSolver typeSubstitutionSolver)
Copyright © 2012–2018 SonarSource. All rights reserved.