예제 #1
0
 private EditorCell createAlternation_fl5ndt_c1b1a(EditorContext editorContext, SNode node) {
   boolean alternationCondition = true;
   alternationCondition =
       PreferencePage_Editor.renderingCondition_fl5ndt_a2b1b0(
           node, editorContext, editorContext.getOperationContext().getScope());
   EditorCell editorCell = null;
   if (alternationCondition) {
     editorCell = this.createCollection_fl5ndt_a2b1b0(editorContext, node);
   } else {
     editorCell = this.createConstant_fl5ndt_a2b1b0(editorContext, node);
   }
   return editorCell;
 }