private EditorCell createConstant_xgjw32_b0(EditorContext editorContext, SNode node) { EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "<"); editorCell.setCellId("Constant_xgjw32_b0"); Style style = new StyleImpl(); BaseLanguageStyle_StyleSheet.apply_LeftAngleBracket(style, editorCell); style.set(StyleAttributes.PUNCTUATION_LEFT, 0, true); editorCell.getStyle().putAll(style); editorCell.setDefaultText(""); return editorCell; }