public abstract class ForwardingProcessingEnvironment extends Object implements ProcessingEnvironment
| Constructor and Description |
|---|
ForwardingProcessingEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ProcessingEnvironment |
delegate() |
Elements |
getElementUtils() |
Filer |
getFiler() |
Locale |
getLocale() |
Messager |
getMessager() |
Map<String,String> |
getOptions() |
SourceVersion |
getSourceVersion() |
Types |
getTypeUtils() |
protected abstract ProcessingEnvironment delegate()
public Messager getMessager()
public Filer getFiler()
public Elements getElementUtils()
public Types getTypeUtils()
public SourceVersion getSourceVersion()
public Locale getLocale()
Copyright © 2019 The Immutables.org authors. All rights reserved.