Preparing search index...
The search index is not available
@fluent/syntax - v0.19.0
@fluent/syntax - v0.19.0
Term
Class Term
Base class for AST nodes which can have Spans.
Hierarchy
SyntaxNode
Term
Index
Constructors
constructor
Properties
attributes
comment
id
span?
type
value
Methods
clone
equals
Constructors
constructor
new
Term
(
id
:
Identifier
, value
:
Pattern
, attributes
?:
Attribute
[]
, comment
?:
null
|
Comment
)
:
Term
Parameters
id:
Identifier
value:
Pattern
attributes:
Attribute
[]
= []
comment:
null
|
Comment
= null
Returns
Term
Properties
attributes
attributes
:
Attribute
[]
comment
comment
:
null
|
Comment
id
id
:
Identifier
Optional
span
span
?:
Span
type
type
:
"Term"
= ...
value
value
:
Pattern
Methods
clone
clone
(
)
:
Term
Returns
Term
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
Term
constructor
attributes
comment
id
span?
type
value
clone
equals
Base class for AST nodes which can have Spans.