public class TypeSubstitution extends Object
| Constructor and Description |
|---|
TypeSubstitution() |
| Modifier and Type | Method and Description |
|---|---|
TypeSubstitution |
add(JavaType.TypeVariableJavaType typeVariableType,
JavaType javaType) |
boolean |
equals(Object obj) |
int |
hashCode() |
int |
size() |
JavaType |
substitutedType(JavaType javaType) |
List<JavaType> |
substitutedTypes() |
List<Map.Entry<JavaType.TypeVariableJavaType,JavaType>> |
substitutionEntries() |
List<JavaType.TypeVariableJavaType> |
typeVariables() |
@CheckForNull public JavaType substitutedType(JavaType javaType)
public List<JavaType.TypeVariableJavaType> typeVariables()
public List<Map.Entry<JavaType.TypeVariableJavaType,JavaType>> substitutionEntries()
public TypeSubstitution add(JavaType.TypeVariableJavaType typeVariableType, JavaType javaType)
public int size()
Copyright © 2012–2016 SonarSource. All rights reserved.