AsStructField casts the EntryExpr to a StructField The Kind() must be equal to StructFieldKind for the conversion to be well-defined.
()
| 148 | // |
| 149 | // The Kind() must be equal to StructFieldKind for the conversion to be well-defined. |
| 150 | AsStructField() StructField |
| 151 | |
| 152 | // RenumberIDs performs an in-place update of the expression and all of its descendents numeric ids. |
| 153 | RenumberIDs(IDGenerator) |
no outgoing calls