Searched refs:ecjCompilation (Results 1 – 1 of 1) sorted by relevance
85 @Rule public EcjCompilationRule ecjCompilation = new EcjCompilationRule(); field in OverridesTest99 test.typeUtils = test.ecjCompilation.types; in initUtils()100 test.elementUtils = test.ecjCompilation.elements; in initUtils()589 ecjCompilation.elements = processingEnv.getElementUtils(); in process()590 ecjCompilation.types = processingEnv.getTypeUtils(); in process()