| Modifier and Type | Method and Description |
|---|---|
TypeReference |
TypeReference.getEnclosingType()
Returns a
TypeReference to the type enclosing this one. |
TypeReference |
TypeReference.nestedType(String simpleName) |
static TypeReference |
TypeReference.to(String packageName,
String topLevelType,
String... nestedTypes)
Returns a
TypeReference for a type in packageName. |
static TypeReference |
TypeReference.to(TypeElement type)
Returns a
TypeReference for type. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<TypeReference> |
SourceLevel.javaUtilObjects() |
| Constructor and Description |
|---|
CompilationUnitWriter(Filer filer,
Elements elements,
SourceLevel sourceLevel,
TypeReference classToWrite,
Collection<TypeReference> nestedClasses,
Element originatingElement)
Returns a
CompilationUnitWriter for classToWrite. |
| Constructor and Description |
|---|
CompilationUnitWriter(Filer filer,
Elements elements,
SourceLevel sourceLevel,
TypeReference classToWrite,
Collection<TypeReference> nestedClasses,
Element originatingElement)
Returns a
CompilationUnitWriter for classToWrite. |
Copyright © 2015 inferred.org. All rights reserved.