Expr Convert node into a simple expression syntax which can be used for json respresentation
()
| 85 | // Expr Convert node into a simple expression syntax |
| 86 | // which can be used for json respresentation |
| 87 | Expr() *Expr |
| 88 | // FromExpr |
| 89 | FromExpr(*Expr) error |
| 90 |
no outgoing calls