Uses of Class
com.github.javaparser.printer.SourcePrinter
Packages that use SourcePrinter
-
Uses of SourcePrinter in com.github.javaparser.printer
Fields in com.github.javaparser.printer declared as SourcePrinterModifier and TypeFieldDescriptionprotected SourcePrinterDefaultPrettyPrinterVisitor.printerprotected SourcePrinterPrettyPrintVisitor.printerDeprecated.Methods in com.github.javaparser.printer that return SourcePrinterModifier and TypeMethodDescriptionSourcePrinter.indent()Add the default indentation to the current indentation and push it on the indentation stack.SourcePrinter.indentWithAlignTo(int column)Add to the current indentation until it is reaches "column" and push it on the indentation stack.Append the source string passed as argument to the buffer.SourcePrinter.println()Append a newline to the buffer.Append the source string passed as argument to the buffer, then append a newline.SourcePrinter.unindent()Pop the last indentation of the indentation stack.Methods in com.github.javaparser.printer with parameters of type SourcePrinterModifier and TypeMethodDescriptionstatic voidConcreteSyntaxModel.genericPrettyPrint(Node node, SourcePrinter printer)Constructors in com.github.javaparser.printer with parameters of type SourcePrinterModifierConstructorDescriptionDefaultPrettyPrinterVisitor(PrinterConfiguration configuration, SourcePrinter printer) -
Uses of SourcePrinter in com.github.javaparser.printer.concretesyntaxmodel
Methods in com.github.javaparser.printer.concretesyntaxmodel with parameters of type SourcePrinterModifier and TypeMethodDescriptionvoidCsmAttribute.prettyPrint(Node node, SourcePrinter printer)voidCsmChar.prettyPrint(Node node, SourcePrinter printer)voidCsmComment.prettyPrint(Node node, SourcePrinter printer)voidCsmConditional.prettyPrint(Node node, SourcePrinter printer)voidCsmElement.prettyPrint(Node node, SourcePrinter printer)voidCsmIndent.prettyPrint(Node node, SourcePrinter printer)voidCsmList.prettyPrint(Node node, SourcePrinter printer)voidCsmMix.prettyPrint(Node node, SourcePrinter printer)voidCsmNone.prettyPrint(Node node, SourcePrinter printer)voidCsmOrphanCommentsEnding.prettyPrint(Node node, SourcePrinter printer)voidCsmSequence.prettyPrint(Node node, SourcePrinter printer)voidCsmSingleReference.prettyPrint(Node node, SourcePrinter printer)voidCsmString.prettyPrint(Node node, SourcePrinter printer)voidCsmTextBlock.prettyPrint(Node node, SourcePrinter printer)voidCsmToken.prettyPrint(Node node, SourcePrinter printer)voidCsmUnindent.prettyPrint(Node node, SourcePrinter printer)