private EditorCell createConstant_bw5rf5_b0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, ".");
   editorCell.setCellId("Constant_bw5rf5_b0");
   Style style = new StyleImpl();
   BaseLanguageStyle_StyleSheet.applyDot(style, editorCell);
   editorCell.getStyle().putAll(style);
   editorCell.setDefaultText("");
   return editorCell;
 }