Searched refs:nodeAdded (Results 1 – 2 of 2) sorted by relevance
| /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/changes/ |
| D | ListAdditionChange.java | 13 private final Node nodeAdded; field in ListAdditionChange 15 public ListAdditionChange(ObservableProperty observableProperty, int index, Node nodeAdded) { in ListAdditionChange() argument 18 this.nodeAdded = nodeAdded; in ListAdditionChange() 31 nodeList.add(index, nodeAdded); in getValue()
|
| /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/ |
| D | LexicalDifferenceCalculator.java | 97 …onDifference(ObservableProperty observableProperty, NodeList nodeList, int index, Node nodeAdded) { in calculateListAdditionDifference() argument 101 … = calculatedSyntaxModelAfterListAddition(element, observableProperty, nodeList, index, nodeAdded); in calculateListAdditionDifference() 298 …Element csm, ObservableProperty observableProperty, NodeList nodeList, int index, Node nodeAdded) { in calculatedSyntaxModelAfterListAddition() argument 301 …delForNode(csm, container, elements, new ListAdditionChange(observableProperty, index, nodeAdded)); in calculatedSyntaxModelAfterListAddition() 306 …terListAddition(Node container, ObservableProperty observableProperty, int index, Node nodeAdded) { in calculatedSyntaxModelAfterListAddition() argument 313 …return calculatedSyntaxModelAfterListAddition(csm, observableProperty, nodeList, index, nodeAdded); in calculatedSyntaxModelAfterListAddition()
|