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