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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.github.javaparser.printer.lexicalpreservation.changes.Change
evaluate, isEvaluatedOnDerivedProperty
-
Field Details
-
observableProperty
-
index
private final int index -
nodeAdded
-
-
Constructor Details
-
ListAdditionChange
-
-
Method Details
-
getValue
-
getProperty
- Specified by:
getProperty
in interfaceChange
-