private EditorCell createRefNodeList_c9gv4j_c0(EditorContext editorContext, SNode node) {
   AbstractCellListHandler handler =
       new DefaultClassifierMethodCallOperation_Editor.actualArgumentListHandler_c9gv4j_c0(
           node, "actualArgument", editorContext);
   EditorCell_Collection editorCell =
       handler.createCells(editorContext, new CellLayout_Indent(), false);
   editorCell.setCellId("refNodeList_actualArgument");
   if (renderingCondition_c9gv4j_a2a(node, editorContext, editorContext.getScope())) {
     editorCell.setFocusPolicy(FocusPolicy.FIRST_EDITABLE_CELL);
   }
   editorCell.setRole(handler.getElementRole());
   return editorCell;
 }
 private EditorCell createRefNodeList_1xd1xh_b0a(EditorContext editorContext, SNode node) {
   AbstractCellListHandler handler =
       new ITemplateCall_actualArguments.actualArgumentListHandler_1xd1xh_b0a(
           node, "actualArgument", editorContext);
   EditorCell_Collection editorCell =
       handler.createCells(editorContext, new CellLayout_Indent(), false);
   editorCell.setCellId("refNodeList_actualArgument");
   {
     Style style = editorCell.getStyle();
     style.set(
         StyleAttributes.PARAMETERS_INFORMATION,
         new TemplateDeclarationParameterInformationQuery());
   }
   if (renderingCondition_1xd1xh_a1a0(node, editorContext, editorContext.getScope())) {
     editorCell.setFocusPolicy(FocusPolicy.FIRST_EDITABLE_CELL);
   }
   editorCell.setRole(handler.getElementRole());
   return editorCell;
 }