Package | Description |
---|---|
com.github.javaparser.ast |
Modifier and Type | Method | 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–2019. All rights reserved.