Interface | Description |
---|---|
JavacPhaseTracer |
An interface for tracing the phases of compilation in Oracle's javac.
|
Class | Description |
---|---|
JavacPhaseEvent |
Base class for events about the phases of compilation within javac.
|
JavacPhaseEvent.Constants | |
JavacPhaseEvent.Finished | |
JavacPhaseEvent.Started | |
JavacPhaseEventLogger |
Helper class for creating and posting
JavacPhaseEvent s. |
TracingTaskListener |
A
BuckJavacTaskListener that traces all events to a JavacPhaseTracer . |
TranslatingJavacPhaseTracer |
A
JavacPhaseTracer that translates the trace data to be more useful. |
Enum | Description |
---|---|
JavacPhaseEvent.Phase |