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

Method replace

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

Replaces this node with the replacement . @return true if the node was indeed replaced. Replacement fails if this node has no parent. @throws AstException If the replacement is of the wrong type and the location for the replacement does not allow off-type assignments, wh

(Node replacement)

Source from the content-addressed store, hash-verified

65 * which is true for those nodes that only have an {@code astName()} method and not a {@code rawName()} method.
66 */
67 boolean replace(Node replacement) throws AstException;
68
69 /**
70 * Severs the child/parent link between this node and its parent. This node's parentage will be set to unparented, and whichever property

Callers 15

visitIntegralLiteralMethod · 0.65
fixLineEndingsMethod · 0.65
getContentMethod · 0.65
escapeHtmlMethod · 0.65
finishMethod · 0.65
jquery.jsFile · 0.65
fcleanupFunction · 0.65
liveConvertFunction · 0.65
posProcessFunction · 0.65
visitIdentifierMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 2

visitIntegralLiteralMethod · 0.52
fixLineEndingsMethod · 0.52