ownRegistry.registerInput(new ResolverBridge(scheme, otherReg));
}
}
// add the given locations to the search path
SourceLocationListContributor contrib = new SourceLocationListContributor("reflective", searchPath);
ownEvaluator.addRascalSearchPathContributor(contrib);
try {
return ownEvaluator.parseModule(ownEvaluator.getMonitor(), loc.getURI());
} catch (IOException e) {