implemented decmatch (artf724241)
[deliverable/titan.core.git] / core / Template.cc
index 39cb4b0f78e39796e5477382dd43d862db502a69..5ec57a5ace343306d339d99e72683c28ea276995 100644 (file)
@@ -973,6 +973,7 @@ int Record_Of_Template::n_elem() const
   case STRING_PATTERN:
   case SUPERSET_MATCH:
   case SUBSET_MATCH:
+  case DECODE_MATCH:
     break;
   }
   TTCN_error("Performing n_elem() operation on an uninitialized/unsupported "
@@ -1719,6 +1720,7 @@ int Set_Of_Template::size_of(boolean is_size) const
   case UNINITIALIZED_TEMPLATE:
   case VALUE_RANGE:
   case STRING_PATTERN:
+  case DECODE_MATCH:
     TTCN_error("Performing %sof() operation on an uninitialized/unsupported "
                "template of type %s.", op_name, get_descriptor()->name);
   }
@@ -1745,6 +1747,7 @@ int Set_Of_Template::n_elem() const
   case VALUE_LIST:
   case VALUE_RANGE:
   case STRING_PATTERN:
+  case DECODE_MATCH:
     break;
   }
   TTCN_error("Performing n_elem() operation on an uninitialized/unsupported "
This page took 0.023913 seconds and 5 git commands to generate.