Preparing search index...
The search index is not available
@fluent/syntax - v0.19.0
@fluent/syntax - v0.19.0
CallArguments
Class CallArguments
Base class for AST nodes which can have Spans.
Hierarchy
SyntaxNode
CallArguments
Index
Constructors
constructor
Properties
named
positional
span?
type
Methods
clone
equals
Constructors
constructor
new
Call
Arguments
(
positional
?:
InlineExpression
[]
, named
?:
NamedArgument
[]
)
:
CallArguments
Parameters
positional:
InlineExpression
[]
= []
named:
NamedArgument
[]
= []
Returns
CallArguments
Properties
named
named
:
NamedArgument
[]
positional
positional
:
InlineExpression
[]
Optional
span
span
?:
Span
type
type
:
"CallArguments"
= ...
Methods
clone
clone
(
)
:
CallArguments
Returns
CallArguments
equals
equals
(
other
:
BaseNode
, ignoredFields
?:
string
[]
)
:
boolean
Parameters
other:
BaseNode
ignoredFields:
string
[]
= ...
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
@fluent/syntax -
v0.19.0
Call
Arguments
constructor
named
positional
span?
type
clone
equals
Base class for AST nodes which can have Spans.