Home
last modified time | relevance | path

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

/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/
DBodyDeclarationLocators.java81 List<BodyDeclarationLocator> fieldLocators = new ArrayList<>(fieldNames.size()); in createLocators() local
83 fieldLocators.add(new FieldLocator(typeLocator, fieldName)); in createLocators()
85 return fieldLocators; in createLocators()