| Package | Description |
|---|---|
| com.github.javaparser.ast |
| 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.
|
Copyright © 2007–2016. All rights reserved.