Exemplo n.º 1
0
 Builder(StructType type)
 {
     super(type);
     this.structType = type.structType;
     this.fields     = type.fields;
 }