private EditorCell createConstant_d77dl_a0(EditorContext editorContext, SNode node) { EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "'"); editorCell.setCellId("Constant_d77dl_a0"); Style style = new StyleImpl(); BaseLanguageStyle_StyleSheet.apply_LeftParen(style, editorCell); editorCell.getStyle().putAll(style); editorCell.setDefaultText(""); return editorCell; }
private EditorCell createConstant_eb7h0d_b0(EditorContext editorContext, SNode node) { EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "("); editorCell.setCellId("Constant_eb7h0d_b0"); Style style = new StyleImpl(); BaseLanguageStyle_StyleSheet.apply_LeftParen(style, editorCell); editorCell.getStyle().putAll(style); DeleteCondition.setCellActions(editorCell, node, editorContext); editorCell.setDefaultText(""); return editorCell; }