Class PropertyChange
java.lang.Object
com.github.javaparser.printer.lexicalpreservation.changes.PropertyChange
- All Implemented Interfaces:
Change
The change in value of a property.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPropertyChange
(ObservableProperty property, Object oldValue, Object newValue) -
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
-
property
-
oldValue
-
newValue
-
-
Constructor Details
-
PropertyChange
-
-
Method Details
-
getProperty
- Specified by:
getProperty
in interfaceChange
-
getOldValue
-
getNewValue
-
getValue
-