Home
last modified time | relevance | path

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

/libcore/tools/non-cts-json-generator/src/libcore/tools/generator/noncts/
DMain.java89 NonCtsAnnotationReader reader = new NonCtsAnnotationReader(mainArgs.inputFiles).parse(); in main()
139 private static class NonCtsAnnotationReader { class in Main
143 public NonCtsAnnotationReader(List<File> jarFiles) { in NonCtsAnnotationReader() method in Main.NonCtsAnnotationReader
151 public NonCtsAnnotationReader parse() { in parse()
236 NonCtsAnnotationReader annotationReader) { in from()