| Package | Description |
|---|---|
| com.github.javaparser.ast.observer |
| Modifier and Type | Method | Description |
|---|---|---|
static AstObserver.ListChangeType |
AstObserver.ListChangeType.valueOf(String name) |
Returns 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
PropagatingAstObserver.concreteListChange(NodeList observedNode,
AstObserver.ListChangeType type,
int index,
Node nodeAddedOrRemoved) |
|
void |
AstObserver.listChange(NodeList observedNode,
AstObserver.ListChangeType type,
int index,
Node nodeAddedOrRemoved) |
A list is changed
|
void |
AstObserverAdapter.listChange(NodeList observedNode,
AstObserver.ListChangeType type,
int index,
Node nodeAddedOrRemoved) |
|
void |
PropagatingAstObserver.listChange(NodeList observedNode,
AstObserver.ListChangeType type,
int index,
Node nodeAddedOrRemoved) |
Copyright © 2007–2019. All rights reserved.