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

Method getType

src/main/java/org/codehaus/groovy/ast/Parameter.java:95–98  ·  view source on GitHub ↗

Returns the type of this parameter. If the type has not been set, a dynamic type is returned. @return the ClassNode representing this parameter's type

()

Source from the content-addressed store, hash-verified

93 * @return the {@link ClassNode} representing this parameter's type
94 */
95 @Override
96 public ClassNode getType() {
97 return type;
98 }
99
100 /**
101 * Sets the type of this parameter. If the type is dynamically typed,

Callers 15

transformMethod · 0.95
writeAICCallMethod · 0.95
findMethodRefMethodMethod · 0.95
loadArgumentsMethod · 0.95
correctToGenericsSpecMethod · 0.95
buildParamsMethod · 0.95
processClassMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected