Home
last modified time | relevance | path

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

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
DDifference.java526 private boolean nextIsRightBrace(int index) { in nextIsRightBrace() method in Difference
558 boolean nextIsRightBrace = nextIsRightBrace(originalIndex); in applyAddedDiffElement()
560 if (!nextIsRightBrace in applyAddedDiffElement()
611 boolean nextIsRightBrace = nextIsRightBrace(originalIndex); in applyAddedDiffElement()
613 if ((!nextIsNewLine && !nextIsRightBrace) || followedByUnindent) { in applyAddedDiffElement()