Class ListReplacementChange
java.lang.Object
com.github.javaparser.printer.lexicalpreservation.changes.ListReplacementChange
- All Implemented Interfaces:
Change
The replacement of an element in a list.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final Nodeprivate final ObservableProperty -
Constructor Summary
ConstructorsConstructorDescriptionListReplacementChange(ObservableProperty observableProperty, int index, Node newValue) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.javaparser.printer.lexicalpreservation.changes.Change
evaluate, isEvaluatedOnDerivedProperty
-
Field Details
-
observableProperty
-
index
private final int index -
newValue
-
-
Constructor Details
-
ListReplacementChange
-
-
Method Details
-
getValue
-
getProperty
- Specified by:
getPropertyin interfaceChange
-