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

/openjdk7/langtools/src/share/classes/com/sun/tools/apt/comp/
H A DPrintAP.java50 static Set<Modifier> EMPTY_ELIDES = Collections.emptySet(); field in class:PrintAP.PrintingVisitors
105 printModifiers(d, EMPTY_ELIDES);
172 INTERFACE_MEMBER_ELIDES : EMPTY_ELIDES);
201 INTERFACE_MEMBER_ELIDES : EMPTY_ELIDES);
214 printModifiers(d, EMPTY_ELIDES);
266 printModifiers(parameter, EMPTY_ELIDES);
287 printModifiers(parameter, EMPTY_ELIDES);

Completed in 22 milliseconds