Package | Description |
---|---|
com.github.javaparser.ast | |
com.github.javaparser.printer.lexicalpreservation |
Modifier and Type | Field and Description |
---|---|
static DataKey<SymbolResolver> |
Node.SYMBOL_RESOLVER_KEY |
Modifier and Type | Method and Description |
---|---|
boolean |
Node.containsData(DataKey<?> key) |
<M> M |
Node.getData(DataKey<M> key)
Gets data for this node using the given key.
|
<M> void |
Node.setData(DataKey<M> key,
M object)
Sets data for this node using the given key.
|
Modifier and Type | Field and Description |
---|---|
static DataKey<com.github.javaparser.printer.lexicalpreservation.NodeText> |
LexicalPreservingPrinter.NODE_TEXT_DATA
The nodetext for a node is stored in the node's data field.
|
Copyright © 2007–2018. All rights reserved.