Uses of Enum
com.github.javaparser.ast.observer.AstObserver.ListChangeType
Packages that use AstObserver.ListChangeType
Package
Description
-
Uses of AstObserver.ListChangeType in com.github.javaparser.ast.observer
Subclasses with type arguments of type AstObserver.ListChangeType in com.github.javaparser.ast.observerModifier and TypeClassDescriptionstatic enumType of change occurring on a ListMethods in com.github.javaparser.ast.observer that return AstObserver.ListChangeTypeModifier and TypeMethodDescriptionstatic AstObserver.ListChangeTypeReturns 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.ListChangeTypeModifier and TypeMethodDescriptionvoidPropagatingAstObserver.concreteListChange(NodeList<?> observedNode, AstObserver.ListChangeType type, int index, Node nodeAddedOrRemoved) voidAstObserver.listChange(NodeList<?> observedNode, AstObserver.ListChangeType type, int index, Node nodeAddedOrRemoved) A list is changedvoidAstObserverAdapter.listChange(NodeList<?> observedNode, AstObserver.ListChangeType type, int index, Node nodeAddedOrRemoved) final voidPropagatingAstObserver.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.ListChangeTypeModifier and TypeMethodDescriptionvoidLexicalPreservingPrinter.Observer.concreteListChange(NodeList<?> changedList, AstObserver.ListChangeType type, int index, Node nodeAddedOrRemoved)