private EditorCell createCollection_xnhqer_a(EditorContext editorContext, SNode node) {
   EditorCell_Collection editorCell = EditorCell_Collection.createIndent2(editorContext, node);
   editorCell.setCellId("Collection_xnhqer_a");
   IntlineTagCommentLinePart_Actions.setCellActions(editorCell, node, editorContext);
   editorCell.addEditorCell(this.createConstant_xnhqer_a0(editorContext, node));
   editorCell.addEditorCell(this.createConstant_xnhqer_b0(editorContext, node));
   editorCell.addEditorCell(this.createRefNode_xnhqer_c0(editorContext, node));
   editorCell.addEditorCell(this.createConstant_xnhqer_d0(editorContext, node));
   return editorCell;
 }
 private EditorCell createConstant_xnhqer_d0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "}");
   editorCell.setCellId("Constant_xnhqer_d0");
   Style style = new StyleImpl();
   DocumentationCommentStyleSheet_StyleSheet.applyComment(style, editorCell);
   style.set(StyleAttributes.PUNCTUATION_LEFT, true);
   style.set(StyleAttributes.PUNCTUATION_RIGHT, true);
   style.set(StyleAttributes.MATCHING_LABEL, "brace");
   editorCell.getStyle().putAll(style);
   IntlineTagCommentLinePart_Actions.setCellActions(editorCell, node, editorContext);
   editorCell.setDefaultText("");
   return editorCell;
 }