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