Returns the ClassNode being imported or providing static members. @return the imported type, or null if this is a package-level wildcard import
()
| 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 |
no outgoing calls
no test coverage detected