()
| 15 | expressionId: number; |
| 16 | nodeParam: NodeParamStruct; |
| 17 | constructor() { |
| 18 | this.childList = []; |
| 19 | this.type = "UNDEFINED"; |
| 20 | this.expressionId = 0; |
| 21 | this.nodeParam = { |
| 22 | STRING_ARRAY: [], |
| 23 | ADDRESS_2DARRAY: [], |
| 24 | UINT256_2DARRAY: [], |
| 25 | BYTES: [], |
| 26 | } |
| 27 | } |
| 28 | |
| 29 | /** |
| 30 | * Just generate a condition node struct for the expression node |
nothing calls this directly
no outgoing calls
no test coverage detected