Interface Compiler
- All Known Implementing Classes:
AbstractCompiler,GeneratedCompiler,JavaCCompiler,JDTCompiler
public interface Compiler
-
Method Summary
Modifier and TypeMethodDescriptionvoidemitDeprecationWarning(ProcessingEnvironment environment, Element element) getAllMembersInDeclarationOrder(ProcessingEnvironment environment, TypeElement type)
-
Method Details
-
getAllMembersInDeclarationOrder
List<? extends Element> getAllMembersInDeclarationOrder(ProcessingEnvironment environment, TypeElement type) -
getEnclosedElementsInDeclarationOrder
-
emitDeprecationWarning
-