com.sun.tools.apt.comp
Class PrintAP

java.lang.Object
  extended by com.sun.tools.apt.comp.PrintAP
All Implemented Interfaces:
AnnotationProcessor

public class PrintAP
extends java.lang.Object
implements AnnotationProcessor

Class used to implement "-print" option.


Nested Class Summary
(package private) static class PrintAP.PrintingVisitors
           
 
Field Summary
(package private)  AnnotationProcessorEnvironment env
           
 
Constructor Summary
PrintAP(AnnotationProcessorEnvironment env)
           
 
Method Summary
 void process()
          Process all program elements supported by this annotation processor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

env

AnnotationProcessorEnvironment env
Constructor Detail

PrintAP

PrintAP(AnnotationProcessorEnvironment env)
Method Detail

process

public void process()
Description copied from interface: AnnotationProcessor
Process all program elements supported by this annotation processor.

Specified by:
process in interface AnnotationProcessor