| Package | Description |
|---|---|
| com.github.javaparser.ast |
| Modifier and Type | Field and Description |
|---|---|
private java.util.IdentityHashMap<DataKey<?>,java.lang.Object> |
Node.data |
| Modifier and Type | Method and Description |
|---|---|
<M> M |
Node.getData(DataKey<M> key)
Gets data for this component using the given key.
|
<M> void |
Node.setData(DataKey<M> key,
M object)
Sets data for this component using the given key.
|