Uses of Class
com.github.javaparser.ast.observer.AstObserver.ListChangeType
-
Packages that use AstObserver.ListChangeType Package Description com.github.javaparser.ast.observer com.github.javaparser.printer.lexicalpreservation -
-
Uses of AstObserver.ListChangeType in com.github.javaparser.ast.observer
Methods in com.github.javaparser.ast.observer that return AstObserver.ListChangeType Modifier and Type Method Description static AstObserver.ListChangeType
AstObserver.ListChangeType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AstObserver.ListChangeType[]
AstObserver.ListChangeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.javaparser.ast.observer with parameters of type AstObserver.ListChangeType Modifier and Type Method Description void
PropagatingAstObserver. concreteListChange(NodeList<?> observedNode, AstObserver.ListChangeType type, int index, Node nodeAddedOrRemoved)
void
AstObserver. listChange(NodeList<?> observedNode, AstObserver.ListChangeType type, int index, Node nodeAddedOrRemoved)
A list is changedvoid
AstObserverAdapter. listChange(NodeList<?> observedNode, AstObserver.ListChangeType type, int index, Node nodeAddedOrRemoved)
void
PropagatingAstObserver. listChange(NodeList<?> observedNode, AstObserver.ListChangeType type, int index, Node nodeAddedOrRemoved)
-
Uses of AstObserver.ListChangeType in com.github.javaparser.printer.lexicalpreservation
Methods in com.github.javaparser.printer.lexicalpreservation with parameters of type AstObserver.ListChangeType Modifier and Type Method Description void
LexicalPreservingPrinter.Observer. concreteListChange(NodeList<?> changedList, AstObserver.ListChangeType type, int index, Node nodeAddedOrRemoved)
-