Home | History | Annotate | Download | only in annotationprocessor

Lines Matching refs:step

50  * Use initProcessingSteps to add a new step.
64 for (ProcessingStep step : mProcessingSteps) {
66 done = step.runStep(roundEnv, processingEnv, buildInfo) && done;
68 L.e(e, "Exception while handling step %s", step);
72 for (ProcessingStep step : mProcessingSteps) {
73 step.onProcessingOver(roundEnv, processingEnv, buildInfo);
124 for (ProcessingStep step : mProcessingSteps) {
125 step.mJavaFileWriter = javaFileWriter;
126 step.mCallback = dataBinderWriterCallback;
159 * Invoked in each annotation processing step.