AsStruct adapts the expr into a StructExpr. The Kind() must be equal to a StructKind for the conversion to be well-defined.
()
| 100 | // |
| 101 | // The Kind() must be equal to a StructKind for the conversion to be well-defined. |
| 102 | AsStruct() StructExpr |
| 103 | |
| 104 | // RenumberIDs performs an in-place update of the expression and all of its descendents numeric ids. |
| 105 | RenumberIDs(IDGenerator) |
no outgoing calls