Home
last modified time | relevance | path

Searched refs:indentationAdj (Results 1 – 1 of 1) sorted by relevance

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
DDifference.java752 …List<TextElement> indentationAdj = processIndentation(indentation, nodeText.getElements().subList(… in adjustIndentation() local
754indentationAdj = indentationAdj.subList(0, indentationAdj.size() - Math.min(STANDARD_INDENTATION_S… in adjustIndentation()
756indentationAdj = indentationAdj.subList(0, Math.max(0, indentationAdj.size() - STANDARD_INDENTATIO… in adjustIndentation()
758 for (TextElement e : indentationAdj) { in adjustIndentation()