106107108109110111112113114115116
if (method != null) return new IModelElement[] { method }; } // next search for a service Service service = model.findService(literal, project.getPath()); if (service != null) { IType serviceType = model.findServiceType(service, project);