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
Entry
Class Entry
Hierarchy
SyntaxNode
Entry
Message
Term
BaseComment
Index
Constructors
constructor
Properties
span
type
Methods
add
Span
clone
equals
Constructors
constructor
new
Entry
(
)
:
Entry
Returns
Entry
Properties
Optional
span
span
:
Span
type
type
:
string
= "Entry"
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
Entry
constructor
span
type
add
Span
clone
equals