Searched refs:prettyPrinterConfiguration (Results 1 – 5 of 5) sorted by relevance
7 public TestVisitor(PrettyPrinterConfiguration prettyPrinterConfiguration) { in TestVisitor() argument8 super(prettyPrinterConfiguration); in TestVisitor()
287 public final String toString(PrettyPrinterConfiguration prettyPrinterConfiguration) { in toString() argument288 return new PrettyPrinter(prettyPrinterConfiguration).print(this); in toString()
55 public PrettyPrintVisitor(PrettyPrinterConfiguration prettyPrinterConfiguration) { in PrettyPrintVisitor() argument56 configuration = prettyPrinterConfiguration; in PrettyPrintVisitor()
56 public PrettyPrintVisitor(PrettyPrinterConfiguration prettyPrinterConfiguration) { in PrettyPrintVisitor() argument57 configuration = prettyPrinterConfiguration; in PrettyPrintVisitor()
54 public PrettyPrintVisitor(PrettyPrinterConfiguration prettyPrinterConfiguration) {55 configuration = prettyPrinterConfiguration;