Class ListAdditionChange
java.lang.Object
com.github.javaparser.printer.lexicalpreservation.changes.ListAdditionChange
- All Implemented Interfaces:
Change
The Addition of an element to a list.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
private final Node
private final ObservableProperty
-
Constructor Summary
ConstructorsConstructorDescriptionListAdditionChange
(ObservableProperty observableProperty, int index, Node nodeAdded) -
Method Summary