private EditorCell createConstant_58m68g_b2b0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "sol");
   editorCell.setCellId("Constant_58m68g_b2b0");
   Style style = new StyleImpl();
   TestStylesheet_StyleSheet.apply_hugePriorityStyle(style, editorCell);
   editorCell.getStyle().putAll(style);
   editorCell.setDefaultText("");
   return editorCell;
 }
 private EditorCell createCollection_58m68g_c2b0(EditorContext editorContext, SNode node) {
   EditorCell_Collection editorCell = EditorCell_Collection.createIndent2(editorContext, node);
   editorCell.setCellId("Collection_58m68g_c2b0");
   Style style = new StyleImpl();
   TestStylesheet_StyleSheet.apply_unapplyPriorityStyleCopy(style, editorCell);
   style.set(StyleAttributes.SELECTABLE, 0, false);
   editorCell.getStyle().putAll(style);
   editorCell.addEditorCell(this.createConstant_58m68g_a2c1a(editorContext, node));
   editorCell.addEditorCell(this.createConstant_58m68g_b2c1a(editorContext, node));
   return editorCell;
 }