MCPcopy Create free account
hub / github.com/evant/android-retrolambda-lombok / setNativeNode

Method setNativeNode

src/main/lombok/ast/Node.java:111–111  ·  view source on GitHub ↗

Sets the associated "native" node. See #getNativeNode() for details. @param node the native node to associate with this Lombok AST node

(Object node)

Source from the content-addressed store, hash-verified

109 * @param node the native node to associate with this Lombok AST node
110 */
111 void setNativeNode(Object node);
112
113 /**
114 * Gets the position factory associated with this node. See

Callers 2

setMethod · 0.65

Implementers 2

AbstractNodesrc/main/lombok/ast/AbstractNode.java
TemporaryNodesrc/main/lombok/ast/grammar/TemporaryN

Calls

no outgoing calls

Tested by

no test coverage detected