Create a new copy of the given syntactic item with the given operands. The number of operands must match size() for this item, and be of appropriate type. @param operands @return
(Item[] operands)
| 352 | * @return |
| 353 | */ |
| 354 | public Item clone(Item[] operands); |
| 355 | |
| 356 | // ============================================================ |
| 357 | // Schema |
no outgoing calls
no test coverage detected