Preparing search index...
The search index is not available
@fluent/syntax - v0.19.0
@fluent/syntax - v0.19.0
SyntaxNode
Class SyntaxNode
Abstract
Base class for AST nodes which can have Spans.
Hierarchy
BaseNode
SyntaxNode
Resource
Message
Term
Pattern
TextElement
Placeable
BaseLiteral
MessageReference
TermReference
VariableReference
FunctionReference
SelectExpression
CallArguments
Attribute
Variant
NamedArgument
Identifier
BaseComment
Junk
Annotation
Index
Constructors
constructor
Properties
span?
type
Methods
clone
equals
Constructors
constructor
new
Syntax
Node
(
)
:
SyntaxNode
Returns
SyntaxNode
Properties
Optional
span
span
?:
Span
Abstract
type
type
:
string
Methods
clone
clone
(
)
:
SyntaxNode
Returns
SyntaxNode
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
Syntax
Node
constructor
span?
type
clone
equals
Base class for AST nodes which can have Spans.