private EditorCell createConstant_955wzk_a8a(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "{");
   editorCell.setCellId("Constant_955wzk_a8a");
   Style style = new StyleImpl();
   BaseLanguageStyle_StyleSheet.applyLeftBrace(style, editorCell);
   style.set(StyleAttributes.INDENT_LAYOUT_NEW_LINE, true);
   editorCell.getStyle().putAll(style);
   editorCell.setDefaultText("");
   return editorCell;
 }
 private EditorCell createConstant_955wzk_a5a(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "<");
   editorCell.setCellId("Constant_955wzk_a5a");
   Style style = new StyleImpl();
   BaseLanguageStyle_StyleSheet.applyLeftBrace(style, editorCell);
   style.set(StyleAttributes.PUNCTUATION_LEFT, true);
   style.set(StyleAttributes.PUNCTUATION_RIGHT, true);
   editorCell.getStyle().putAll(style);
   editorCell.setDefaultText("");
   return editorCell;
 }