(obj: KeywordCxtParams, assign?: true)
| 445 | } |
| 446 | |
| 447 | setParams(obj: KeywordCxtParams, assign?: true): void { |
| 448 | if (assign) Object.assign(this.params, obj) |
| 449 | else this.params = obj |
| 450 | } |
| 451 | |
| 452 | block$data(valid: Name, codeBlock: () => void, $dataValid: Code = nil): void { |
| 453 | this.gen.block(() => { |