imports
Analyzer
A list of the currently imported package names
public String _imports(String[] args) {
return join(filter(getImports().keySet(), args));
}