Searched defs:PrintingElementVisitor (Results 1 - 1 of 1) 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...]

Completed in 22 milliseconds