Class NoChange
java.lang.Object
com.github.javaparser.printer.lexicalpreservation.changes.NoChange
- All Implemented Interfaces:
Change
No change. The Node is not mutated.
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
NoChange
public NoChange()
-
-
Method Details
-
getValue
-
getProperty
- Specified by:
getProperty
in interfaceChange
-