@hashgraph/solo
Preparing search index...
src/data/key/lexer/lexer-leaf-node
LexerLeafNode
Class LexerLeafNode
Hierarchy (
View Summary
)
LexerNode
LexerLeafNode
Index
Constructors
constructor
Properties
formatter
name
parent
value
Methods
is
Array
is
Array
Index
is
Internal
is
Leaf
is
Root
path
Constructors
constructor
new
LexerLeafNode
(
parent
:
Node
,
name
:
string
,
value
:
string
,
formatter
?:
KeyFormatter
,
)
:
LexerLeafNode
Parameters
parent
:
Node
name
:
string
value
:
string
formatter
:
KeyFormatter
= ...
Returns
LexerLeafNode
Properties
Readonly
formatter
formatter
:
KeyFormatter
= ...
Readonly
name
name
:
string
Readonly
parent
parent
:
Node
Readonly
value
value
:
string
Methods
is
Array
isArray
()
:
boolean
Returns
boolean
is
Array
Index
isArrayIndex
()
:
boolean
Returns
boolean
is
Internal
isInternal
()
:
boolean
Returns
boolean
is
Leaf
isLeaf
()
:
boolean
Returns
boolean
is
Root
isRoot
()
:
boolean
Returns
boolean
path
path
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
formatter
name
parent
value
Methods
is
Array
is
Array
Index
is
Internal
is
Leaf
is
Root
path
@hashgraph/solo
Loading...