Uses of Enum
com.github.javaparser.ast.Node.ObserverRegistrationMode
Packages that use Node.ObserverRegistrationMode
-
Uses of Node.ObserverRegistrationMode in com.github.javaparser.ast
Methods in com.github.javaparser.ast that return Node.ObserverRegistrationModeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static Node.ObserverRegistrationMode[]Node.ObserverRegistrationMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.javaparser.ast with parameters of type Node.ObserverRegistrationModeModifier and TypeMethodDescriptionvoidNode.register(AstObserver observer, Node.ObserverRegistrationMode mode)Register a new observer for the given node.