private EditorCell createConstant_fp467p_a0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "@throws");
   editorCell.setCellId("Constant_fp467p_a0");
   Style style = new StyleImpl();
   DocumentationCommentStyleSheet_StyleSheet.applyCommentTag(style, editorCell);
   editorCell.getStyle().putAll(style);
   editorCell.setDefaultText("");
   return editorCell;
 }
 private EditorCell createConstant_xnhqer_b0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "@");
   editorCell.setCellId("Constant_xnhqer_b0");
   Style style = new StyleImpl();
   DocumentationCommentStyleSheet_StyleSheet.applyCommentTag(style, editorCell);
   style.set(StyleAttributes.PUNCTUATION_LEFT, true);
   style.set(StyleAttributes.PUNCTUATION_RIGHT, true);
   style.set(StyleAttributes.SELECTABLE, true);
   editorCell.getStyle().putAll(style);
   IntlineTagCommentLinePart_Actions.setCellActions(editorCell, node, editorContext);
   editorCell.setDefaultText("");
   return editorCell;
 }