| Package | Description |
|---|---|
| dagger.internal.codegen.writer |
| Modifier and Type | Method and Description |
|---|---|
static TypeVariableName |
TypeVariableName.fromTypeParameterElement(TypeParameterElement element) |
static TypeVariableName |
TypeVariableName.fromTypeVariable(TypeVariable variable) |
| Modifier and Type | Method and Description |
|---|---|
List<TypeVariableName> |
ClassWriter.typeParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodWriter.addTypeParameter(TypeVariableName typeVariableName) |
void |
ClassWriter.addTypeParameter(TypeVariableName typeVariableName) |
void |
InterfaceWriter.addTypeVariable(TypeVariableName typeVariable) |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodWriter.addTypeParameters(Iterable<TypeVariableName> typeVariableNames) |
void |
ClassWriter.addTypeParameters(Iterable<TypeVariableName> typeVariableNames) |
Copyright © 2015 Google, Inc.. All Rights Reserved.