Class NoChange
- java.lang.Object
-
- com.github.javaparser.printer.lexicalpreservation.changes.NoChange
-
-
Constructor Summary
Constructors Constructor Description NoChange()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObservableProperty
getProperty()
Object
getValue(ObservableProperty property, Node node)
-
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
-
-
-
-
Method Detail
-
getValue
public Object getValue(ObservableProperty property, Node node)
-
getProperty
public ObservableProperty getProperty()
- Specified by:
getProperty
in interfaceChange
-
-