| Package | Description |
|---|---|
| dagger.internal.codegen.writer |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassWriter |
class |
EnumWriter |
class |
InterfaceWriter |
| Modifier and Type | Method and Description |
|---|---|
List<TypeWriter> |
JavaWriter.getTypeWriters() |
| Modifier and Type | Method and Description |
|---|---|
MethodWriter |
TypeWriter.addMethod(TypeWriter returnType,
String name) |
VariableWriter |
MethodWriter.addParameter(TypeWriter type,
String name) |
VariableWriter |
ConstructorWriter.addParameter(TypeWriter type,
String name) |
Copyright © 2015 Google, Inc.. All Rights Reserved.