Contains static utility methods and constants related to Import statements.
This is an internal class and its API is subject to change.| Type Params | Return Type | Name and description |
|---|---|---|
|
static String |
packageNameForImport(org.codehaus.groovy.ast.ImportNode importNode)Return the package name for the specified import statement or else an empty String |
Return the package name for the specified import statement or else an empty String
importNode - - the ImportNode for the import