private EditorCell createConstant_3dlbxb_a0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "get output");
   editorCell.setCellId("Constant_3dlbxb_a0");
   Style style = new StyleImpl();
   Styles_StyleSheet.applyGenContext_operation(style, editorCell);
   editorCell.getStyle().putAll(style);
   editorCell.setDefaultText("");
   return editorCell;
 }