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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/processing/
H A DPrintingProcessor.java78 new PrintingElementVisitor(writer, processingEnv.getElementUtils()).
85 public static class PrintingElementVisitor class in class:PrintingProcessor
86 extends SimpleElementVisitor7<PrintingElementVisitor, Boolean> {
91 public PrintingElementVisitor(Writer w, Elements elementUtils) { method in class:PrintingProcessor.PrintingElementVisitor
99 protected PrintingElementVisitor defaultAction(Element e, Boolean newLine) {
108 public PrintingElementVisitor visitExecutable(ExecutableElement e, Boolean p) {
159 public PrintingElementVisitor visitType(TypeElement e, Boolean p) {
264 public PrintingElementVisitor visitVariable(VariableElement e, Boolean newLine) {
283 public PrintingElementVisitor visitTypeParameter(TypeParameterElement e, Boolean p) {
290 public PrintingElementVisitor visitPackag
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/model/
H A DJavacElements.java558 (new PrintingProcessor.PrintingElementVisitor(w, this)).visit(element).flush();

Completed in 24 milliseconds