コード例 #1
0
        protected override void finish()
        {
            if (!(getRobotCommandIntentJSONKey().Equals("TakeVideoCommand")))
            {
                throw new Exception("The key field has a value other than `TakeVideoCommand'.");
            }
            RobotTakeVideoCommandIntentJSON result = new RobotTakeVideoCommandIntentJSON();

            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.extraRobotTakeVideoCommandIntentAppendPair(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);
        }
コード例 #2
0
 protected override void handle_result(RobotTakeVideoCommandIntentJSON result)
 {
     top.value.Add(result);
 }
コード例 #3
0
        protected override void handle_result(RobotTakeVideoCommandIntentJSON result)
        {
//@@@            Debug.Assert(!have_value);
            have_value = true;
            value      = result;
        }
コード例 #4
0
 protected abstract void handle_result(RobotTakeVideoCommandIntentJSON new_result);
コード例 #5
0
 protected void finish(RobotTakeVideoCommandIntentJSON result)
 {
     base.finish(result);
 }