public class DecoratedProcessingEnvironment extends Object implements ProcessingEnvironment
| Constructor and Description |
|---|
DecoratedProcessingEnvironment(ProcessingEnvironment delegate,
List<ElementDecoration> elementDecorations,
List<TypeMirrorDecoration> typeMirrorDecorations,
List<AnnotationMirrorDecoration> annotationMirrorDecorations) |
| Modifier and Type | Method and Description |
|---|---|
SourcePosition |
findSourcePosition(Element element) |
List<AnnotationMirrorDecoration> |
getAnnotationMirrorDecorations() |
List<ElementDecoration> |
getElementDecorations() |
Elements |
getElementUtils() |
Filer |
getFiler() |
Locale |
getLocale() |
Messager |
getMessager() |
Map<String,String> |
getOptions() |
Object |
getProperty(String property) |
SourceVersion |
getSourceVersion() |
List<TypeMirrorDecoration> |
getTypeMirrorDecorations() |
Types |
getTypeUtils() |
void |
setProperty(String property,
Object value) |
public DecoratedProcessingEnvironment(ProcessingEnvironment delegate, List<ElementDecoration> elementDecorations, List<TypeMirrorDecoration> typeMirrorDecorations, List<AnnotationMirrorDecoration> annotationMirrorDecorations)
public Map<String,String> getOptions()
getOptions in interface ProcessingEnvironmentpublic Messager getMessager()
getMessager in interface ProcessingEnvironmentpublic Filer getFiler()
getFiler in interface ProcessingEnvironmentpublic Elements getElementUtils()
getElementUtils in interface ProcessingEnvironmentpublic Types getTypeUtils()
getTypeUtils in interface ProcessingEnvironmentpublic SourceVersion getSourceVersion()
getSourceVersion in interface ProcessingEnvironmentpublic Locale getLocale()
getLocale in interface ProcessingEnvironmentpublic SourcePosition findSourcePosition(Element element)
public List<ElementDecoration> getElementDecorations()
public List<TypeMirrorDecoration> getTypeMirrorDecorations()
public List<AnnotationMirrorDecoration> getAnnotationMirrorDecorations()
Copyright © 2006-2016–2017. All rights reserved.