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