public interface JavacPhaseTracer
Modifier and Type | Method and Description |
---|---|
void |
beginAnalyze() |
void |
beginAnnotationProcessingRound() |
void |
beginEnter() |
void |
beginGenerate(String filename,
String typename) |
void |
beginParse(String filename) |
void |
endAnalyze(List<String> filenames,
List<String> typenames) |
void |
endAnnotationProcessingRound() |
void |
endEnter(List<String> filenames) |
void |
endGenerate() |
void |
endParse() |
void |
setIsLastRound(boolean isLastRound) |
void endParse()
void beginEnter()
void setIsLastRound(boolean isLastRound)
void beginAnnotationProcessingRound()
void endAnnotationProcessingRound()
void beginAnalyze()
void endGenerate()