public Generator() : base(false)
 {
     fieldGeneratorResults = new ResultClauseJSON.HoldingArrayGenerator("field \"Results\" of the CompoundResultCommand class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the CompoundResultCommand class");
 }
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorResults = new ResultClauseJSON.HoldingArrayGenerator("field \"Results\" of the CompoundResultCommand class", ignore_extras);
     unknownFieldGenerator = new UnknownFieldGenerator(ignore_extras);
     set_what("the CompoundResultCommand class");
 }