Searched defs:columnAlignFirstMethodChain (Results 1 – 2 of 2) sorted by relevance
80 private boolean columnAlignFirstMethodChain = false; field in PrettyPrinterConfiguration201 …ic PrettyPrinterConfiguration setColumnAlignFirstMethodChain(boolean columnAlignFirstMethodChain) { in setColumnAlignFirstMethodChain()
737 AtomicBoolean columnAlignFirstMethodChain = new AtomicBoolean(); in visit() local