Sets the associated "native" node. See #getNativeNode() for details. @param node the native node to associate with this Lombok AST node
(Object node)
| 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 |
no outgoing calls
no test coverage detected