Searched refs:fieldDeclarationNode (Results 1 - 1 of 1) sorted by relevance

/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/
H A DFieldLocator.java99 * Returns the names of the fields declared in the supplied {@code fieldDeclarationNode}.
101 public static List<String> getFieldNames(FieldDeclaration fieldDeclarationNode) { argument
102 List<VariableDeclarationFragment> fieldDeclarations = fieldDeclarationNode.fragments();

Completed in 228 milliseconds