public interface EmitterContext
| Modifier and Type | Method and Description |
|---|---|
boolean |
importIfPossible(DeclaredType type)
Creates an import statement for the given type if it does not conflict with an existing one.
|
CharSequence |
staticTypeRef(TypeMirror type) |
CharSequence |
typeRef(TypeMirror type) |
CharSequence staticTypeRef(TypeMirror type)
CharSequence typeRef(TypeMirror type)
boolean importIfPossible(DeclaredType type)
type - the typeCopyright © 2018. All rights reserved.