private EditorCell createConstant_djoi4_a0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell =
       new EditorCell_Constant(editorContext, node, "@non thread safe");
   editorCell.setCellId("Constant_djoi4_a0");
   Style style = new StyleImpl();
   BaseLanguageStyle_StyleSheet.applyComment(style, editorCell);
   editorCell.getStyle().putAll(style);
   editorCell.setDefaultText("");
   return editorCell;
 }
 private EditorCell createConstant_6ko8zs_b2a1c0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell =
       new EditorCell_Constant(editorContext, node, "/* this section is deprecated */");
   editorCell.setCellId("Constant_6ko8zs_b2a1c0");
   Style style = new StyleImpl();
   BaseLanguageStyle_StyleSheet.applyComment(style, editorCell);
   style.set(
       StyleAttributes.TEXT_COLOR,
       StyleRegistry.getInstance().getSimpleColor(MPSColors.lightGray));
   editorCell.getStyle().putAll(style);
   editorCell.setDefaultText("");
   return editorCell;
 }