private EditorCell createConstant_gmlwwp_b4a(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "cell:");
   editorCell.setCellId("Constant_gmlwwp_b4a");
   Style style = new StyleImpl();
   style.set(StyleAttributes.FONT_STYLE, 0, MPSFonts.PLAIN);
   editorCell.getStyle().putAll(style);
   CellSelectorLabel_Actions.setCellActions(editorCell, node, editorContext);
   editorCell.setDefaultText("");
   return editorCell;
 }
 private EditorCell createConstant_gmlwwp_a4a(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, ",");
   editorCell.setCellId("Constant_gmlwwp_a4a");
   Style style = new StyleImpl();
   style.set(StyleAttributes.PUNCTUATION_LEFT, 0, true);
   style.set(StyleAttributes.INDENT_LAYOUT_NO_WRAP, 0, true);
   style.set(StyleAttributes.FONT_STYLE, 0, MPSFonts.PLAIN);
   editorCell.getStyle().putAll(style);
   CellSelectorLabel_Actions.setCellActions(editorCell, node, editorContext);
   editorCell.setDefaultText("");
   return editorCell;
 }