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
Term
Class Term
Hierarchy
Entry
Term
Index
Constructors
constructor
Properties
attributes
comment
id
span
type
value
Methods
add
Span
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
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
Term
constructor
attributes
comment
id
span
type
value
add
Span
clone
equals