private EditorCell createConstant_yu3d6c_d0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, ">");
   editorCell.setCellId("Constant_yu3d6c_d0");
   Style style = new StyleImpl();
   BaseLanguageStyle_StyleSheet.apply_RightAngleBracket(style, editorCell);
   editorCell.getStyle().putAll(style);
   editorCell.setDefaultText("");
   return editorCell;
 }
 private EditorCell createConstant_xgjw32_d0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, ">");
   editorCell.setCellId("Constant_xgjw32_d0");
   Style style = new StyleImpl();
   BaseLanguageStyle_StyleSheet.apply_RightAngleBracket(style, editorCell);
   style.set(StyleAttributes.PUNCTUATION_RIGHT, 0, false);
   editorCell.getStyle().putAll(style);
   editorCell.setDefaultText("");
   return editorCell;
 }