Uses of Class
com.mackenziehigh.sexpr.util.StringPrinter
Packages that use StringPrinter
-
Uses of StringPrinter in com.mackenziehigh.sexpr.util
Methods in com.mackenziehigh.sexpr.util that return StringPrinterModifier and TypeMethodDescriptionOutputFile.content()
This method retrieve the object used to generate the formatted file content.StringPrinter.decrement()
Use this method in order to make subsequent output less indented.StringPrinter.increment()
Use this method in order to make subsequent output more indented.Use this method to print a value to the output string.Use this method to print a formatted value to the output string.This method prints the string representation of an iterable.StringPrinter.println()
Use this method to print a newline to the output string.Use this method to print a value and a newline to the output string.Use this method to print a series of values to the output string, one per line.StringPrinter.setIndent
(int value) Use this method in order to make subsequent output more or less indented.