CallArguments class final
Positional and named arguments to a TermReference or FunctionReference.
Positional arguments must precede all named arguments at parse time; the order of named arguments is preserved as written.
- Inheritance
-
- Object
- FluentNode
- SyntaxNode
- CallArguments
Constructors
-
CallArguments({List<
InlineExpression> positional = const [], List<NamedArgument> named = const [], Span? span}) -
Bundles
positionalandnamedargument lists.const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
named
→ List<
NamedArgument> -
Named arguments, in call order. Values are literal-only per
the Fluent EBNF.
final
-
positional
→ List<
InlineExpression> -
Positional arguments, in call order.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- span → Span?
-
Source range this node covers; null when spans were off.
final
Methods
-
clone(
) → CallArguments -
Deep clone of this node.
override
-
equals(
FluentNode other, {bool ignoreSpans = true}) → bool -
Structural equality.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited