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