private EditorCell createConstant_gd466t_b0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "by");
   editorCell.setCellId("Constant_gd466t_b0");
   Style style = new StyleImpl();
   BaseLanguageStyle_StyleSheet.applyOperator(style, editorCell);
   editorCell.getStyle().putAll(style);
   WithPropertyCompareExpression_delete.setCellActions(editorCell, node, editorContext);
   editorCell.setDefaultText("");
   return editorCell;
 }