private EditorCell createConstant_cly5ih_a0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "concept in:[");
   editorCell.setCellId("Constant_cly5ih_a0");
   Style style = new StyleImpl();
   Styles_StyleSheet.applyOperationParameter(style, editorCell);
   style.set(StyleAttributes.PADDING_RIGHT, new Padding(0.0, Measure.SPACES));
   editorCell.getStyle().putAll(style);
   editorCell.setDefaultText("");
   return editorCell;
 }
 private EditorCell createConstant_n84rmm_c1a(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, ">");
   editorCell.setCellId("Constant_n84rmm_c1a");
   Style style = new StyleImpl();
   Styles_StyleSheet.applyOperationParameter(style, editorCell);
   style.set(StyleAttributes.MATCHING_LABEL, "AngleBracet");
   style.set(StyleAttributes.FONT_STYLE, MPSFonts.BOLD);
   style.set(StyleAttributes.PUNCTUATION_LEFT, true);
   editorCell.getStyle().putAll(style);
   editorCell.setDefaultText("");
   return editorCell;
 }