| java.lang.Object javax.annotation.processing.AbstractProcessor com.sun.tools.javac.processing.PrintingProcessor
PrintingProcessor | public class PrintingProcessor extends AbstractProcessor (Code) | | A processor which prints out elements. Used to implement the
-Xprint option; the included visitor class is used to implement
Elements.printElements.
This is NOT part of any API supported by Sun Microsystems.
If you write code that depends on this, you do so at your own risk.
This code and its internal interfaces are subject to change or
deletion without notice.
|
Inner Class :public static class PrintingElementVisitor extends SimpleElementVisitor6 | |
PrintingProcessor | public PrintingProcessor()(Code) | | |
|
|