private EditorCell createConstant_5emoq6_a7a(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "<modifiers>");
   editorCell.setCellId("Constant_5emoq6_a7a");
   Style style = new StyleImpl();
   BaseLanguageStyle_StyleSheet.apply_Comment(style, editorCell);
   editorCell.getStyle().putAll(style);
   editorCell.setDefaultText("");
   return editorCell;
 }