protected Type lookupLibrary(ErrorListener context)
{
Zone zone = _script.getAddress().getZone();
Modules modules = zone.getModules();
Type type = modules.lookupDeclaration(_name.get(_index-1));
if (type != null) {
return type;
}
StringBuffer libname = new StringBuffer(32);