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

Method getType

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

Returns the declared type of this field as a ClassNode. The type may be dynamically determined or may reference generics. @return the field's type node

()

Source from the content-addressed store, hash-verified

106 * @return the field's type node
107 */
108 @Override
109 public ClassNode getType() {
110 return type;
111 }
112
113 /**
114 * Sets the field's type.

Callers 15

createPropGetterMethod · 0.95
getParamsMethod · 0.95
validateEnumConstantMethod · 0.95
getMetaClassFieldMethod · 0.95
loadStaticFieldMethod · 0.95
loadInstanceFieldMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected