Uses of Class
com.github.javaparser.ast.DataKey
-
Packages that use DataKey Package Description com.github.javaparser.ast -
-
Uses of DataKey in com.github.javaparser.ast
Methods in com.github.javaparser.ast with parameters of type DataKey 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.
-