Home
last modified time | relevance | path

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

/art/tools/class2greylist/test/src/com/android/javac/
DJavac.java81 DiagnosticCollector<JavaFileObject> diagnosticCollector = new DiagnosticCollector<>(); in compile() local
85 diagnosticCollector, in compile()
93 diagnosticCollector.getDiagnostics() in compile()