public class GeneratedCompiler extends AbstractCompiler
| Constructor and Description |
|---|
GeneratedCompiler() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
emitDeprecationWarningImpl(ProcessingEnvironment environment,
Element element) |
List<? extends Element> |
getAllMembersInDeclarationOrder(ProcessingEnvironment environment,
TypeElement type) |
List<? extends Element> |
getEnclosedElementsInDeclarationOrder(TypeElement type) |
static boolean |
isValidElement(Element currentElement) |
emitDeprecationWarning, field, method, method, staticMethodpublic static boolean isValidElement(Element currentElement)
public List<? extends Element> getEnclosedElementsInDeclarationOrder(TypeElement type)
public List<? extends Element> getAllMembersInDeclarationOrder(ProcessingEnvironment environment, TypeElement type)
protected boolean emitDeprecationWarningImpl(ProcessingEnvironment environment, Element element)
emitDeprecationWarningImpl in class AbstractCompiler