MCPcopy Index your code
hub / github.com/Col-E/Recaf / setParent

Method setParent

src/main/java/me/coley/recaf/parse/bytecode/ast/AST.java:100–102  ·  view source on GitHub ↗

@param parent Parent node.

(AST parent)

Source from the content-addressed store, hash-verified

98 * Parent node.
99 */
100 public void setParent(AST parent) {
101 this.parent = parent;
102 }
103
104 /**
105 * @return Adjacent node.

Callers 1

addChildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected