Home
last modified time | relevance | path

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

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
DLexicalPreservingPrinter.java266 …ents = LEXICAL_DIFFERENCE_CALCULATOR.calculateListRemovalDifference(findNodeListName(changedList),… in concreteListChange()
268 …nts = LEXICAL_DIFFERENCE_CALCULATOR.calculateListAdditionDifference(findNodeListName(changedList),… in concreteListChange()
280 … = LEXICAL_DIFFERENCE_CALCULATOR.calculateListReplacementDifference(findNodeListName(changedList),… in concreteListReplacement()
575 private static ObservableProperty findNodeListName(NodeList nodeList) { in findNodeListName() method in LexicalPreservingPrinter