(classes: NestedValueArray, maps: any[])
| 62 | } |
| 63 | |
| 64 | protected makeClass(classes: NestedValueArray, maps: any[]): TypeRef { |
| 65 | assert(maps.length === 0); |
| 66 | return this._typeInference.inferClassType(this._cjson, this.typeName, this.isInferred, classes); |
| 67 | } |
| 68 | |
| 69 | protected makeArray(arrays: NestedValueArray): TypeRef { |
| 70 | return this.typeBuilder.getArrayType( |