Creates a deep copy of this expr including its analysis state. The method is abstract in this class to force new Exprs to implement it.
()
| 1271 | * abstract in this class to force new Exprs to implement it. |
| 1272 | */ |
| 1273 | @Override |
| 1274 | public abstract Expr clone(); |
| 1275 | |
| 1276 | /** |
| 1277 | * Create a deep copy of 'l'. The elements of the returned list are of the same |
no outgoing calls
no test coverage detected