tempKey method

String tempKey()

Name of the key to use for temporary struct definitions. Returns a temp key + index (for a case when multiple temp structs are processed).

Implementation

String tempKey() {
  return "bcs-struct-${++counter}";
}