| Package | Description |
|---|---|
| com.github.javaparser.ast |
| Modifier and Type | Method and Description |
|---|---|
static Node.ObserverRegistrationMode |
Node.ObserverRegistrationMode.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Node.register(AstObserver observer,
Node.ObserverRegistrationMode mode)
Register a new observer for the given node.
|
Copyright © 2007–2024. All rights reserved.