| Interface | Description |
|---|---|
| BuckJavacPlugin |
Analogue to javac 8's
Plugin class for use within Buck, even on older
versions of javac. |
| Class | Description |
|---|---|
| BridgeMethods | |
| BuckJavacTask |
Extends
JavacTask with functionality that is useful for Buck:
Exposes the enter method from JavacTaskImpl
Pre-javac-8 support for addTaskListener/removeTaskListener
Wraps Elements with some extended functionality
|
| BuckJavacTaskListenerProxy |
Implements
TaskListener by proxying calls to an inner BuckJavacTaskListener. |
| BuckJavacTaskProxyImpl |
NOTE: A Java 11 copy of this file exists in ../java11/BuckJavacTaskProxyImpl.java.
|
| CompilationUnitTreeProxyImpl | |
| ElementsExtendedImpl |
Wraps and extends
Elements with methods that cannot be added as
pure extension methods on MoreElements because they require per-instance state. |
| PostEnterTaskListener |
A
TaskListener that runs some code after the final enter phase. |
| TaskListenerProxy |
Implements
BuckJavacTaskListener by proxying calls to an inner TaskListener. |
| TaskListenerWrapper | |
| TreesMessager |