MCPcopy Create free account
hub / github.com/apache/groovy / getOwner

Method getOwner

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

Returns the class that declares this field. @return the declaring ClassNode, or null if not yet set

()

Source from the content-addressed store, hash-verified

129 * @return the declaring {@link ClassNode}, or null if not yet set
130 */
131 public ClassNode getOwner() {
132 return owner;
133 }
134
135 /**
136 * Checks whether this field is a holder field.

Callers 12

makeGetFieldMethod · 0.95
setFieldMethod · 0.95
visitClassMethod · 0.95
printFieldsMethod · 0.45
getFieldOwnerNameMethod · 0.45
visitMethod · 0.45
buildDescriptionMethod · 0.45
helperGetterNameMethod · 0.45
helperSetterNameMethod · 0.45
processFieldMethod · 0.45
wrapAsyncMethod · 0.45
wrapAsyncGeneratorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected