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 intprivate final Nodeprivate final ObservableProperty -
Constructor Summary
ConstructorsConstructorDescriptionListAdditionChange(ObservableProperty observableProperty, int index, Node nodeAdded) -
Method Summary