fluent.js
Project Fluent
GitHub
Preparing search index...
@fluent/syntax
SyntaxNode
Class SyntaxNode
Abstract
Base class for AST nodes which can have Spans.
Hierarchy (
View Summary
)
BaseNode
SyntaxNode
Resource
Message
Term
Pattern
TextElement
Placeable
BaseLiteral
MessageReference
TermReference
VariableReference
FunctionReference
SelectExpression
CallArguments
Attribute
Variant
NamedArgument
Identifier
BaseComment
Junk
Annotation
Indexable
[
name
:
string
]:
unknown
Index
Constructors
constructor
Properties
span?
type
Methods
clone
equals
Constructors
constructor
new
SyntaxNode
()
:
SyntaxNode
Returns
SyntaxNode
Properties
Optional
span
span
?:
Span
Abstract
type
type
:
string
Methods
clone
clone
()
:
this
Returns
this
equals
equals
(
other
:
BaseNode
,
ignoredFields
?:
string
[]
)
:
boolean
Parameters
other
:
BaseNode
ignoredFields
:
string
[]
= ...
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
span
type
Methods
clone
equals
Project Fluent
GitHub
fluent.js
Loading...
Base class for AST nodes which can have Spans.