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

Method getType

src/main/java/org/codehaus/groovy/ast/ImportNode.java:186–188  ·  view source on GitHub ↗

Returns the ClassNode being imported or providing static members. @return the imported type, or null if this is a package-level wildcard import

()

Source from the content-addressed store, hash-verified

184 * @return the imported type, or null if this is a package-level wildcard import
185 */
186 public ClassNode getType() {
187 return type;
188 }
189
190 /**
191 * Updates the {@link ClassNode} being imported. This may be used during compilation phases

Callers 9

hasPackageScopeXformMethod · 0.95
findStaticPropertyMethod · 0.95
getImportTypeMethod · 0.95
checkUsageMethod · 0.95
getTextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected