Search
Preparing search index...
The search index is not available
@fluent/syntax - v0.16.1
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@fluent/syntax - v0.16.1
VariableReference
Class VariableReference
Hierarchy
Expression
VariableReference
Index
Constructors
constructor
Properties
id
span
type
Methods
add
Span
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
add
Span
add
Span
(
start
:
number
, end
:
number
)
:
void
Parameters
start:
number
end:
number
Returns
void
clone
clone
(
)
:
BaseNode
Returns
BaseNode
equals
equals
(
other
:
BaseNode
, ignoredFields
?:
string
[]
)
:
boolean
Parameters
other:
BaseNode
ignoredFields:
string
[]
= ...
Returns
boolean
Exports
Variable
Reference
constructor
id
span
type
add
Span
clone
equals