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
Junk
Class Junk
Hierarchy
SyntaxNode
Junk
Index
Constructors
constructor
Properties
annotations
content
span
type
Methods
add
Annotation
add
Span
clone
equals
Constructors
constructor
new
Junk
(
content
:
string
)
:
Junk
Parameters
content:
string
Returns
Junk
Properties
annotations
annotations
:
Annotation
[]
content
content
:
string
Optional
span
span
:
Span
type
type
:
"Junk"
= ...
Methods
add
Annotation
add
Annotation
(
annotation
:
Annotation
)
:
void
Parameters
annotation:
Annotation
Returns
void
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
Junk
constructor
annotations
content
span
type
add
Annotation
add
Span
clone
equals