private EditorCell createConstant_bap4zq_c1a(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "]");
   editorCell.setCellId("Constant_bap4zq_c1a");
   Style style = new StyleImpl();
   BaseLanguageStyle_StyleSheet.apply_RightBracket(style, editorCell);
   editorCell.getStyle().putAll(style);
   editorCell.setDefaultText("");
   return editorCell;
 }