SetKindCase replaces the contents of the current expression with the contents of the other. The SetKindCase takes ownership of any expression instances references within the input Expr. A shallow copy is made of the Expr value itself, but not a deep one. This method should only be used during AST
(Expr)
| 111 | // |
| 112 | // This method should only be used during AST rewrites using temporary Expr values. |
| 113 | SetKindCase(Expr) |
| 114 | |
| 115 | // isExpr is a marker interface. |
| 116 | isExpr() |
no outgoing calls