Uses of Enum
com.github.javaparser.ast.observer.AstObserver.ListChangeType
Packages that use AstObserver.ListChangeType
-
Uses of AstObserver.ListChangeType in com.github.javaparser.ast.observer
Methods 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)voidPropagatingAstObserver.listChange(NodeList<?> observedNode, AstObserver.ListChangeType type, int index, Node nodeAddedOrRemoved)