| Package | Description |
|---|---|
| me.tomassetti.symbolsolver.model.declarations | |
| me.tomassetti.symbolsolver.model.usages | |
| me.tomassetti.symbolsolver.model.usages.typesystem |
| Modifier and Type | Method and Description |
|---|---|
static TypeParameterDeclaration |
TypeParameterDeclaration.onClass(String name,
String classQName,
List<TypeParameterDeclaration.Bound> bounds) |
| Modifier and Type | Method and Description |
|---|---|
List<TypeParameterDeclaration> |
TypeParametrizable.getTypeParameters() |
| Modifier and Type | Method and Description |
|---|---|
Type |
TypeParametersMap.getValue(TypeParameterDeclaration typeParameter) |
void |
TypeParametersMap.setValue(TypeParameterDeclaration typeParameter,
Type value) |
| Modifier and Type | Method and Description |
|---|---|
default TypeParameterDeclaration |
Type.asTypeParameter() |
abstract TypeParameterDeclaration |
ReferenceType.asTypeParameter() |
TypeParameterDeclaration |
TypeVariable.asTypeParameter() |
| Modifier and Type | Method and Description |
|---|---|
List<javaslang.Tuple2<TypeParameterDeclaration,Type>> |
ReferenceType.getTypeParametersMap()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
default Type |
Type.replaceParam(TypeParameterDeclaration name,
Type replaced) |
| Constructor and Description |
|---|
TypeVariable(TypeParameterDeclaration typeParameter) |
Copyright © 2016. All rights reserved.