private EditorCell createConstant_9ahxcc_b0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "(");
   editorCell.setCellId("Constant_9ahxcc_b0");
   BaseLanguageStyle_StyleSheet.getLeftParen(editorCell).apply(editorCell);
   editorCell.setDefaultText("");
   return editorCell;
 }
 private EditorCell createConstant_fty1bq_a0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "<");
   editorCell.setCellId("Constant_fty1bq_a0");
   BaseLanguageStyle_StyleSheet.getLeftParen(editorCell).apply(editorCell);
   {
     Style style = editorCell.getStyle();
     style.set(StyleAttributes.TEXT_COLOR, MPSColors.lightGray);
   }
   editorCell.setDefaultText("");
   return editorCell;
 }