private EditorCell createConstant_1x071y_a8a(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "throws");
   editorCell.setCellId("Constant_1x071y_a8a");
   BaseLanguageStyle_StyleSheet.getKeyWord(editorCell).apply(editorCell);
   editorCell.setDefaultText("");
   return editorCell;
 }
 public static Style getCompactKeyWord(final EditorCell cell) {
   Style style = new Style(cell);
   style.putAll(BaseLanguageStyle_StyleSheet.getKeyWord(null));
   return style;
 }