final StepImplementation execImpl = pickImplToExecute(step);
if (execImpl != null) {
final StepImplementationNode stepImplementationNode = new StepImplementationNode(
execImpl.getImplementedIn(), execImpl.getMethod(), tags, depth);
stepImplementationNode.setLine(step.getParameterLine());
stepImplementationNode.setFileUri(step.getSource().getAbsolutePath());
stepImplementationNode.setLineNumber(step.getSourceLineNumber());
try {
setMethodParameters(execImpl, step.getParameterLine(), parent, step.getSubstitutedInlineTable(),
stepImplementationNode);