view paper/src/generatePickNext.pl @ 84:88ae1e4d83c6

update
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Fri, 05 Feb 2021 11:01:56 +0900
parents 03a8903d40d7
children
line wrap: on
line source

if ($outputStubElem && !$stub{$outputStubElem->{createStubName}."_stub"}->{static}) {
  my $pick_next = "$outputStubElem->{createStubName}_$outputStubElem->{counter}";
  $return_line .= "${indent}Gearef(${context_name}, $ntype)->$pName = C_$pick_next;\n";
  $i++;
  next;
}