| Package | Description |
|---|---|
| org.sonar.java.resolve |
| Modifier and Type | Method and Description |
|---|---|
TypeSubstitution |
TypeSubstitution.add(TypeVariableJavaType typeVariableType,
JavaType javaType) |
TypeSubstitution |
TypeSubstitution.combine(TypeSubstitution source)
Produce new substitution based on two substitutions using the same keys.
|
| Modifier and Type | Method and Description |
|---|---|
TypeSubstitution |
TypeSubstitution.combine(TypeSubstitution source)
Produce new substitution based on two substitutions using the same keys.
|
JavaType |
ParametrizedTypeCache.getParametrizedTypeType(JavaSymbol.TypeJavaSymbol symbol,
TypeSubstitution typeSubstitution) |
List<JavaType> |
Resolve.resolveTypeSubstitution(List<JavaType> formals,
TypeSubstitution substitution) |
| Constructor and Description |
|---|
TypeSubstitution(TypeSubstitution typeSubstitution) |
Copyright © 2012–2016 SonarSource. All rights reserved.