arguments property

NodeList<Argument> get arguments

The arguments in this list.

If there are no arguments the list will be empty.

Although the language requires that positional arguments appear before named arguments unless the Feature.named_arguments_anywhere is enabled, this class allows them to be intermixed.

Implementation

NodeList<Argument> get arguments;