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
StringLiteral
Class StringLiteral
Hierarchy
Literal
StringLiteral
Index
Constructors
constructor
Properties
span
type
value
Methods
add
Span
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
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
parse
parse
(
)
:
{
value
:
string
}
Returns
{
value
:
string
}
value
:
string
Exports
String
Literal
constructor
span
type
value
add
Span
clone
equals
parse