private EditorCell createCollection_c4imx1_e0(EditorContext editorContext, SNode node) {
   EditorCell_Collection editorCell = EditorCell_Collection.createIndent2(editorContext, node);
   editorCell.setCellId("Collection_c4imx1_e0");
   Style style = new StyleImpl();
   style.set(StyleAttributes.SELECTABLE, 0, false);
   editorCell.getStyle().putAll(style);
   RemoveDocComment.setCellActions(editorCell, node, editorContext);
   editorCell.addEditorCell(this.createConstant_c4imx1_a4a(editorContext, node));
   if (renderingCondition_c4imx1_a1e0(node, editorContext)) {
     editorCell.addEditorCell(this.createRefNodeList_c4imx1_b4a(editorContext, node));
   }
   if (renderingCondition_c4imx1_a2e0(node, editorContext)) {
     editorCell.addEditorCell(this.createRefNodeList_c4imx1_c4a(editorContext, node));
   }
   if (renderingCondition_c4imx1_a3e0(node, editorContext)) {
     editorCell.addEditorCell(this.createRefNodeList_c4imx1_d4a(editorContext, node));
   }
   if (renderingCondition_c4imx1_a4e0(node, editorContext)) {
     editorCell.addEditorCell(this.createRefNodeList_c4imx1_e4a(editorContext, node));
   }
   if (renderingCondition_c4imx1_a5e0(node, editorContext)) {
     editorCell.addEditorCell(this.createRefNode_c4imx1_f4a(editorContext, node));
   }
   return editorCell;
 }
 private EditorCell createRefNodeList_c4imx1_b0(EditorContext editorContext, SNode node) {
   AbstractCellListHandler handler =
       new FieldDocComment_Editor.bodyListHandler_c4imx1_b0(node, "body", editorContext);
   EditorCell_Collection editorCell =
       handler.createCells(editorContext, new CellLayout_Indent(), false);
   editorCell.setCellId("refNodeList_body");
   Style style = new StyleImpl();
   DocumentationCommentStyleSheet_StyleSheet.apply_Comment(style, editorCell);
   style.set(StyleAttributes.INDENT_LAYOUT_INDENT, 0, true);
   style.set(StyleAttributes.INDENT_LAYOUT_NEW_LINE, 0, true);
   editorCell.getStyle().putAll(style);
   RemoveDocComment.setCellActions(editorCell, node, editorContext);
   editorCell.setRole(handler.getElementRole());
   return editorCell;
 }
 private EditorCell createConstant_c4imx1_f0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, " */");
   editorCell.setCellId("Constant_c4imx1_f0");
   Style style = new StyleImpl();
   DocumentationCommentStyleSheet_StyleSheet.apply_Comment(style, editorCell);
   style.set(StyleAttributes.INDENT_LAYOUT_NEW_LINE, 0, true);
   style.set(
       StyleAttributes.INDENT_LAYOUT_ON_NEW_LINE,
       0,
       FieldDocComment_Editor._StyleParameter_QueryFunction_c4imx1_a1f0(
           (editorCell == null ? null : editorCell.getContext()),
           (editorCell == null ? null : editorCell.getSNode())));
   editorCell.getStyle().putAll(style);
   RemoveDocComment.setCellActions(editorCell, node, editorContext);
   editorCell.setDefaultText("");
   return editorCell;
 }
 private EditorCell createConstant_c4imx1_a0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "/**");
   editorCell.setCellId("Constant_c4imx1_a0");
   Style style = new StyleImpl();
   DocumentationCommentStyleSheet_StyleSheet.apply_Comment(style, editorCell);
   style.set(
       StyleAttributes.INDENT_LAYOUT_NEW_LINE,
       0,
       FieldDocComment_Editor._StyleParameter_QueryFunction_c4imx1_a0a0(
           (editorCell == null ? null : editorCell.getContext()),
           (editorCell == null ? null : editorCell.getSNode())));
   editorCell.getStyle().putAll(style);
   if (renderingCondition_c4imx1_a0a(node, editorContext)) {
     editorCell.getStyle().set(StyleAttributes.FOCUS_POLICY, FocusPolicy.ATTRACTS_RECURSIVELY);
   }
   RemoveDocComment.setCellActions(editorCell, node, editorContext);
   editorCell.setDefaultText("");
   return editorCell;
 }