if (_tripleNotEquals) {
return foundElement;
}
OtpErlangObject res2 = null;
String moduleName = null;
final IErlImport ei = module.findImport(erlangFunction);
boolean _tripleNotEquals_1 = (ei != null);
if (_tripleNotEquals_1) {
IErlangEngine _instance = ErlangEngine.getInstance();
final IErlModel model = _instance.getModel();
String _importModule = ei.getImportModule();
moduleName = _importModule;
IErlangEngine _instance_1 = ErlangEngine.getInstance();
OpenService _service = _instance_1.<OpenService>getService(OpenService.class);
IResource _resource = module.getResource();
OtpErlangList _pathVars = model.getPathVars(_resource);