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