private EditorCell createConstant_1dey68_b0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "(");
   editorCell.setCellId("Constant_1dey68_b0");
   Style style = new StyleImpl();
   BaseLanguageStyle_StyleSheet.apply_LeftParenAfterName(style, editorCell);
   editorCell.getStyle().putAll(style);
   CompactInvokeFunctionExpression_DELETE.setCellActions(editorCell, node, editorContext);
   editorCell.setDefaultText("");
   return editorCell;
 }
 private EditorCell createConstant_1dey68_d0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, ")");
   editorCell.setCellId("Constant_1dey68_d0");
   Style style = new StyleImpl();
   BaseLanguageStyle_StyleSheet.apply_RightParen(style, editorCell);
   editorCell.getStyle().putAll(style);
   if (renderingCondition_1dey68_a3a(node, editorContext)) {
     editorCell.getStyle().set(StyleAttributes.FOCUS_POLICY, FocusPolicy.ATTRACTS_FOCUS);
   }
   CompactInvokeFunctionExpression_DELETE.setCellActions(editorCell, node, editorContext);
   editorCell.setDefaultText("");
   return editorCell;
 }