MCPcopy Index your code
hub / github.com/apache/groovy / setOwner

Method setOwner

src/main/java/org/codehaus/groovy/ast/FieldNode.java:223–225  ·  view source on GitHub ↗

Sets the class that declares this field. Used during AST construction to establish the ownership relationship. @param owner the declaring ClassNode

(ClassNode owner)

Source from the content-addressed store, hash-verified

221 * @param owner the declaring {@link ClassNode}
222 */
223 public void setOwner(ClassNode owner) {
224 this.owner = owner;
225 }
226
227 /**
228 * Returns the initial value expression for this field.

Callers 1

addFieldMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected