Uses of Class
com.github.javaparser.printer.SourcePrinter
-
Packages that use SourcePrinter Package Description com.github.javaparser.printer com.github.javaparser.printer.concretesyntaxmodel -
-
Uses of SourcePrinter in com.github.javaparser.printer
Fields in com.github.javaparser.printer declared as SourcePrinter Modifier and Type Field Description protected SourcePrinterPrettyPrintVisitor. printerMethods in com.github.javaparser.printer that return SourcePrinter Modifier and Type Method Description SourcePrinterSourcePrinter. indent()Add the default indentation to the current indentation and push it on the indentation stack.SourcePrinterSourcePrinter. indentWithAlignTo(int column)Add to the current indentation until it is reaches "column" and push it on the indentation stack.SourcePrinterSourcePrinter. print(String arg)Append the source string passed as argument to the buffer.SourcePrinterSourcePrinter. println()Append a newline to the buffer.SourcePrinterSourcePrinter. println(String arg)Append the source string passed as argument to the buffer, then append a newline.SourcePrinterSourcePrinter. unindent()Pop the last indentation of the indentation stack.Methods in com.github.javaparser.printer with parameters of type SourcePrinter Modifier and Type Method Description static voidConcreteSyntaxModel. genericPrettyPrint(Node node, SourcePrinter printer) -
Uses of SourcePrinter in com.github.javaparser.printer.concretesyntaxmodel
Methods in com.github.javaparser.printer.concretesyntaxmodel with parameters of type SourcePrinter Modifier and Type Method Description voidCsmAttribute. 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)voidCsmToken. prettyPrint(Node node, SourcePrinter printer)voidCsmUnindent. prettyPrint(Node node, SourcePrinter printer)
-