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

Method getType

src/main/java/org/codehaus/groovy/ast/GenericsType.java:81–83  ·  view source on GitHub ↗

Returns the underlying ClassNode for this generic type. @return the type

()

Source from the content-addressed store, hash-verified

79 * @return the type
80 */
81 public ClassNode getType() {
82 return type;
83 }
84
85 /**
86 * Sets the underlying {@link ClassNode} for this generic type.

Callers 15

resolveMethod · 0.95
resolveGenericsHeaderMethod · 0.95
resolveGenericsTypeMethod · 0.95
setPlaceholderMethod · 0.95
isCompatibleWithMethod · 0.95
areEqualWithGenericsMethod · 0.95
alignGenericTypesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected