Preparing search index...
The search index is not available
@fluent/syntax - v0.19.0
@fluent/syntax - v0.19.0
StringLiteral
Class StringLiteral
Base class for AST nodes which can have Spans.
Hierarchy
BaseLiteral
StringLiteral
Index
Constructors
constructor
Properties
span?
type
value
Methods
clone
equals
parse
Constructors
constructor
new
String
Literal
(
value
:
string
)
:
StringLiteral
Parameters
value:
string
Returns
StringLiteral
Properties
Optional
span
span
?:
Span
type
type
:
"StringLiteral"
= ...
value
value
:
string
Methods
clone
clone
(
)
:
StringLiteral
Returns
StringLiteral
equals
equals
(
other
:
BaseNode
, ignoredFields
?:
string
[]
)
:
boolean
Parameters
other:
BaseNode
ignoredFields:
string
[]
= ...
Returns
boolean
parse
parse
(
)
:
{
value
:
string
;
}
Returns
{
value
:
string
;
}
value
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
@fluent/syntax -
v0.19.0
String
Literal
constructor
span?
type
value
clone
equals
parse
Base class for AST nodes which can have Spans.