Home
last modified time | relevance | path

Searched refs:ecjCompilation (Results 1 – 1 of 1) sorted by relevance

/external/auto/common/src/test/java/com/google/auto/common/
DOverridesTest.java85 @Rule public EcjCompilationRule ecjCompilation = new EcjCompilationRule(); field in OverridesTest
99 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()