@hashgraph/solo
Preparing search index...
src/data/key/lexer/lexer-node
LexerNode
Class LexerNode
Abstract
Hierarchy (
View Summary
)
LexerNode
LexerInternalNode
LexerLeafNode
Implements
Node
Index
Constructors
constructor
Properties
formatter
name
parent
Methods
is
Array
is
Array
Index
is
Internal
is
Leaf
is
Root
path
Constructors
constructor
new
LexerNode
(
parent
:
Node
,
name
:
string
,
formatter
?:
KeyFormatter
)
:
LexerNode
Parameters
parent
:
Node
name
:
string
formatter
:
KeyFormatter
= ...
Returns
LexerNode
Properties
Readonly
formatter
formatter
:
KeyFormatter
= ...
Readonly
name
name
:
string
Readonly
parent
parent
:
Node
Methods
Abstract
is
Array
isArray
()
:
boolean
Returns
boolean
Abstract
is
Array
Index
isArrayIndex
()
:
boolean
Returns
boolean
Abstract
is
Internal
isInternal
()
:
boolean
Returns
boolean
Abstract
is
Leaf
isLeaf
()
:
boolean
Returns
boolean
Abstract
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
Methods
is
Array
is
Array
Index
is
Internal
is
Leaf
is
Root
path
@hashgraph/solo
Loading...