jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
java
Target filter
java
Switch theme
Search in API
Skip to content
jmlparser-parent
jmlparser-core
/
com.github.javaparser.printer.lexicalpreservation.changes
Package-level
declarations
Types
Types
Change
Link copied to clipboard
interface
Change
This represents a change that has happened to a specific Node.
List
Addition
Change
Link copied to clipboard
open
class
ListAdditionChange
:
Change
The Addition of an element to a list.
List
Removal
Change
Link copied to clipboard
open
class
ListRemovalChange
:
Change
The removal of an element from a list.
List
Replacement
Change
Link copied to clipboard
open
class
ListReplacementChange
:
Change
The replacement of an element in a list.
No
Change
Link copied to clipboard
open
class
NoChange
:
Change
No change.
Property
Change
Link copied to clipboard
open
class
PropertyChange
:
Change
The change in value of a property.