private EditorCell createConstant_fao2ea_a0(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "{");
   editorCell.setCellId("Constant_fao2ea_a0");
   Style style = new StyleImpl();
   BaseLanguageStyle_StyleSheet.apply_LeftBrace(style, editorCell);
   style.set(
       StyleAttributes.INDENT_LAYOUT_NEW_LINE,
       0,
       BaseMethodDeclaration_BodyComponent._StyleParameter_QueryFunction_fao2ea_a0a0(
           (editorCell == null ? null : editorCell.getContext()),
           (editorCell == null ? null : editorCell.getSNode())));
   style.set(StyleAttributes.RT_ANCHOR_TAG, 0, "ext_5_RTransform");
   editorCell.getStyle().putAll(style);
   editorCell.setDefaultText("");
   return editorCell;
 }
 public void installCellInfo(SNode child, EditorCell editorCell) {
   editorCell.setSubstituteInfo(
       new DefaultChildSubstituteInfo(
           myOwnerNode, myContainmentLink.getDeclarationNode(), myEditorContext));
   if (editorCell.getRole() == null) {
     editorCell.setRole("body");
   }
   Style style = new StyleImpl();
   style.set(
       StyleAttributes.INDENT_LAYOUT_NEW_LINE,
       0,
       BaseMethodDeclaration_BodyComponent._StyleParameter_QueryFunction_fao2ea_a0b0(
           (editorCell == null ? null : editorCell.getContext()),
           (editorCell == null ? null : editorCell.getSNode())));
   style.set(StyleAttributes.INDENT_LAYOUT_INDENT, 0, true);
   editorCell.getStyle().putAll(style);
 }