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

Method getAlias

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

Returns the alias name for this import, if specified. @return the alias, or null if no alias is provided

()

Source from the content-addressed store, hash-verified

147 * @return the alias, or null if no alias is provided
148 */
149 public String getAlias() {
150 return alias;
151 }
152
153 /**
154 * Returns the fully qualified class name of the imported type.

Callers 6

checkUsageMethod · 0.95
getTextMethod · 0.95
visitClassMethod · 0.80
testDuplicateImportsMethod · 0.80
visitMethod · 0.80

Calls

no outgoing calls

Tested by 1

testDuplicateImportsMethod · 0.64