Package | Description |
---|---|
com.github.javaparser.ast | |
com.github.javaparser.ast.observer | |
com.github.javaparser.printer.concretesyntaxmodel |
Modifier and Type | Method and Description |
---|---|
protected <P> void |
Node.notifyPropertyChange(ObservableProperty property,
P oldValue,
P newValue) |
Modifier and Type | Method and Description |
---|---|
static ObservableProperty |
ObservableProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObservableProperty[] |
ObservableProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PropagatingAstObserver.concretePropertyChange(Node observedNode,
ObservableProperty property,
Object oldValue,
Object newValue) |
void |
PropagatingAstObserver.propertyChange(Node observedNode,
ObservableProperty property,
Object oldValue,
Object newValue) |
void |
AstObserver.propertyChange(Node observedNode,
ObservableProperty property,
Object oldValue,
Object newValue)
The value of a property is changed
|
void |
AstObserverAdapter.propertyChange(Node observedNode,
ObservableProperty property,
Object oldValue,
Object newValue) |
Constructor and Description |
---|
CsmAttribute(ObservableProperty property) |
CsmChar(ObservableProperty property) |
CsmConditional(ObservableProperty property,
CsmConditional.Condition condition,
CsmElement thenElement) |
CsmConditional(ObservableProperty property,
CsmConditional.Condition condition,
CsmElement thenElement,
CsmElement elseElement) |
CsmList(ObservableProperty property) |
CsmList(ObservableProperty property,
CsmElement separator) |
CsmList(ObservableProperty property,
CsmElement separatorPre,
CsmElement separatorPost,
CsmElement preceeding,
CsmElement following) |
CsmString(ObservableProperty property) |
Copyright © 2007–2017. All rights reserved.