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

Method setNext

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

@param next Adjacent node.

(AST next)

Source from the content-addressed store, hash-verified

113 * Adjacent node.
114 */
115 public void setNext(AST next) {
116 this.next = next;
117 }
118
119 /**
120 * @return Adjacent node.

Callers 1

addChildMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected