* * @param {IKernelValueTypes} constantTypes * @return {this}
(constantTypes)
| 511 | * @return {this} |
| 512 | */ |
| 513 | setConstantTypes(constantTypes) { |
| 514 | this.constantTypes = constantTypes; |
| 515 | return this; |
| 516 | } |
| 517 | |
| 518 | /** |
| 519 | * |
no outgoing calls
no test coverage detected