Searched refs:prettyPrinterNoCommentsConfiguration (Results 1 – 4 of 4) sorted by relevance
208 sb.append(getType().toString(prettyPrinterNoCommentsConfiguration)); in getDeclarationAsString()220 sb.append(param.toString(prettyPrinterNoCommentsConfiguration)); in getDeclarationAsString()222 sb.append(param.getType().toString(prettyPrinterNoCommentsConfiguration)); in getDeclarationAsString()
174 sb.append(param.toString(prettyPrinterNoCommentsConfiguration)); in getDeclarationAsString()176 sb.append(param.getType().toString(prettyPrinterNoCommentsConfiguration)); in getDeclarationAsString()
204 sb.append(thr.toString(prettyPrinterNoCommentsConfiguration)); in appendThrowsIfRequested()
148 …protected static final PrettyPrinterConfiguration prettyPrinterNoCommentsConfiguration = new Prett… field in Node