public static class PrintingProcessor.PrintingElementVisitor extends SimpleElementVisitor8<PrintingProcessor.PrintingElementVisitor,Boolean>
DEFAULT_VALUE
Constructor and Description |
---|
PrintingElementVisitor(Writer w,
Elements elementUtils) |
Modifier and Type | Method and Description |
---|---|
protected PrintingProcessor.PrintingElementVisitor |
defaultAction(Element e,
Boolean newLine) |
void |
flush() |
PrintingProcessor.PrintingElementVisitor |
visitExecutable(ExecutableElement e,
Boolean p) |
PrintingProcessor.PrintingElementVisitor |
visitPackage(PackageElement e,
Boolean p) |
PrintingProcessor.PrintingElementVisitor |
visitType(TypeElement e,
Boolean p) |
PrintingProcessor.PrintingElementVisitor |
visitTypeParameter(TypeParameterElement e,
Boolean p) |
PrintingProcessor.PrintingElementVisitor |
visitVariable(VariableElement e,
Boolean newLine) |
visit, visit, visitModule, visitUnknown
protected PrintingProcessor.PrintingElementVisitor defaultAction(Element e, Boolean newLine)
defaultAction
in class SimpleElementVisitor6<PrintingProcessor.PrintingElementVisitor,Boolean>
public PrintingProcessor.PrintingElementVisitor visitExecutable(ExecutableElement e, Boolean p)
visitExecutable
in interface ElementVisitor<PrintingProcessor.PrintingElementVisitor,Boolean>
visitExecutable
in class SimpleElementVisitor6<PrintingProcessor.PrintingElementVisitor,Boolean>
public PrintingProcessor.PrintingElementVisitor visitType(TypeElement e, Boolean p)
visitType
in interface ElementVisitor<PrintingProcessor.PrintingElementVisitor,Boolean>
visitType
in class SimpleElementVisitor6<PrintingProcessor.PrintingElementVisitor,Boolean>
public PrintingProcessor.PrintingElementVisitor visitVariable(VariableElement e, Boolean newLine)
visitVariable
in interface ElementVisitor<PrintingProcessor.PrintingElementVisitor,Boolean>
visitVariable
in class SimpleElementVisitor7<PrintingProcessor.PrintingElementVisitor,Boolean>
public PrintingProcessor.PrintingElementVisitor visitTypeParameter(TypeParameterElement e, Boolean p)
visitTypeParameter
in interface ElementVisitor<PrintingProcessor.PrintingElementVisitor,Boolean>
visitTypeParameter
in class SimpleElementVisitor6<PrintingProcessor.PrintingElementVisitor,Boolean>
public PrintingProcessor.PrintingElementVisitor visitPackage(PackageElement e, Boolean p)
visitPackage
in interface ElementVisitor<PrintingProcessor.PrintingElementVisitor,Boolean>
visitPackage
in class SimpleElementVisitor6<PrintingProcessor.PrintingElementVisitor,Boolean>
public void flush()
Copyright © 2017 earcam. All rights reserved.