Esempio n. 1
0
        protected override void finish()
        {
            TimeInLocationConversationStateJSON result = new TimeInLocationConversationStateJSON();

            Debug.Assert(result != null);
            finish(result);
            int extra_count = unknownFieldGenerator.field_names.Count;

            Debug.Assert(extra_count == unknownFieldGenerator.field_values.Count);
            for (int extra_num = 0; extra_num < extra_count; ++extra_num)
            {
                result.extraTimeInLocationConversationStateAppendPair(unknownFieldGenerator.field_names[extra_num], unknownFieldGenerator.field_values[extra_num]);
            }
            unknownFieldGenerator.field_names.Clear();
            unknownFieldGenerator.field_values.Clear();
            unknownFieldGenerator.index = new Dictionary <string, JSONValue>();
            handle_result(result);
        }
Esempio n. 2
0
 protected void finish(TimeInLocationConversationStateJSON result)
 {
     if (fieldGeneratorDateAndTimeKind.have_value)
     {
         result.setDateAndTimeKind();
         fieldGeneratorDateAndTimeKind.have_value = false;
     }
     else if ((!(result.hasDateAndTimeKind())) && !allow_incomplete)
     {
         error("When parsing the object for %what%, the \"DateAndTimeKind\" field was missing.");
     }
     if (fieldGeneratorSourceMapLocation.have_value)
     {
         result.setSourceMapLocation(fieldGeneratorSourceMapLocation.value);
         fieldGeneratorSourceMapLocation.have_value = false;
     }
     if (fieldGeneratorSourceTimeZone.have_value)
     {
         result.setSourceTimeZone(fieldGeneratorSourceTimeZone.value);
         fieldGeneratorSourceTimeZone.have_value = false;
     }
     if (fieldGeneratorSourceDateTimeSpec.have_value)
     {
         result.setSourceDateTimeSpec(fieldGeneratorSourceDateTimeSpec.value);
         fieldGeneratorSourceDateTimeSpec.have_value = false;
     }
     if (fieldGeneratorDestinationMapLocation.have_value)
     {
         result.setDestinationMapLocation(fieldGeneratorDestinationMapLocation.value);
         fieldGeneratorDestinationMapLocation.have_value = false;
     }
     if (fieldGeneratorDestinationTimeZone.have_value)
     {
         result.setDestinationTimeZone(fieldGeneratorDestinationTimeZone.value);
         fieldGeneratorDestinationTimeZone.have_value = false;
     }
     if (fieldGeneratorDestinationDateTimeSpec.have_value)
     {
         result.setDestinationDateTimeSpec(fieldGeneratorDestinationDateTimeSpec.value);
         fieldGeneratorDestinationDateTimeSpec.have_value = false;
     }
     else if ((!(result.hasDestinationDateTimeSpec())) && !allow_incomplete)
     {
         error("When parsing the object for %what%, the \"DestinationDateTimeSpec\" field was missing.");
     }
     if (fieldGeneratorMapLocation.have_value)
     {
         result.setMapLocation(fieldGeneratorMapLocation.value);
         fieldGeneratorMapLocation.have_value = false;
     }
     if (fieldGeneratorTimeZone.have_value)
     {
         result.setTimeZone(fieldGeneratorTimeZone.value);
         fieldGeneratorTimeZone.have_value = false;
     }
     if (fieldGeneratorDateTimeSpec.have_value)
     {
         result.setDateTimeSpec(fieldGeneratorDateTimeSpec.value);
         fieldGeneratorDateTimeSpec.have_value = false;
     }
     else if ((!(result.hasDateTimeSpec())) && !allow_incomplete)
     {
         error("When parsing the object for %what%, the \"DateTimeSpec\" field was missing.");
     }
 }
Esempio n. 3
0
        protected override void handle_result(TimeInLocationConversationStateJSON result)
        {
//@@@            Debug.Assert(!have_value);
            have_value = true;
            value      = result;
        }
Esempio n. 4
0
 protected override void handle_result(TimeInLocationConversationStateJSON result)
 {
     top.value.Add(result);
 }
Esempio n. 5
0
 protected abstract void handle_result(TimeInLocationConversationStateJSON new_result);