Returns the arguments/operands of an expression (function, list, etc.). @return arguments or null
()
| 385 | * @return arguments or {@code null} |
| 386 | */ |
| 387 | public Expr[] args() { |
| 388 | return null; |
| 389 | } |
| 390 | |
| 391 | /** |
| 392 | * Returns the specified argument/operand of an expression (function, list, etc.). |