|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch.RoundDispatcher
public class RoundDispatcher
Manages context during a single round of annotation processing.
| Constructor Summary | |
|---|---|
RoundDispatcher(IProcessorProvider provider,
javax.annotation.processing.RoundEnvironment env,
java.util.Set<javax.lang.model.element.TypeElement> rootAnnotations,
java.io.PrintWriter traceProcessorInfo,
java.io.PrintWriter traceRounds)
|
|
| Method Summary | |
|---|---|
void |
round()
Handle a complete round, dispatching to all appropriate processors. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RoundDispatcher(IProcessorProvider provider,
javax.annotation.processing.RoundEnvironment env,
java.util.Set<javax.lang.model.element.TypeElement> rootAnnotations,
java.io.PrintWriter traceProcessorInfo,
java.io.PrintWriter traceRounds)
rootAnnotations - a possibly empty but non-null set of annotations on the
root compilation units of this round. A local copy of the set will be made, to
avoid modifying the set passed in.traceProcessorInfo - a PrintWriter that processor trace output will be sent
to, or null if tracing is not desired.traceRounds - | Method Detail |
|---|
public void round()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||