implemented decmatch (artf724241)
[deliverable/titan.core.git] / compiler2 / ttcn3 / AST_ttcn3.cc
index 6859e36cc11c7b90c97f61bc1d2e7e2f15091a43..870d68c4afdad3b265007b2c5c90e1990a9297aa 100644 (file)
@@ -8119,6 +8119,9 @@ namespace Ttcn {
       } // next
 
       break; }
+    case Template::DECODE_MATCH:
+      chk_defpar_template(body->get_decode_target()->get_Template(), exp_val);
+      break;
     } // switch templatetype
 
   }
This page took 0.023697 seconds and 5 git commands to generate.