Preparing search index...
The search index is not available
@fluent/syntax - v0.19.0
@fluent/syntax - v0.19.0
FunctionReference
Class FunctionReference
Base class for AST nodes which can have Spans.
Hierarchy
SyntaxNode
FunctionReference
Index
Constructors
constructor
Properties
arguments
id
span?
type
Methods
clone
equals
Constructors
constructor
new
Function
Reference
(
id
:
Identifier
, args
:
CallArguments
)
:
FunctionReference
Parameters
id:
Identifier
args:
CallArguments
Returns
FunctionReference
Properties
arguments
arguments
:
CallArguments
id
id
:
Identifier
Optional
span
span
?:
Span
type
type
:
"FunctionReference"
= ...
Methods
clone
clone
(
)
:
FunctionReference
Returns
FunctionReference
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
Function
Reference
constructor
arguments
id
span?
type
clone
equals
Base class for AST nodes which can have Spans.