@hashgraph/solo
Preparing search index...
src/data/key/lexer/lexer-internal-node
LexerInternalNode
Class LexerInternalNode
Hierarchy (
View Summary
)
LexerNode
LexerInternalNode
Index
Constructors
constructor
Properties
formatter
name
parent
Accessors
children
Methods
add
clear
is
Array
is
Array
Index
is
Internal
is
Leaf
is
Root
path
remove
replace
Value
to
Object
Constructors
constructor
new
LexerInternalNode
(
parent
:
LexerInternalNode
,
name
:
string
,
children
?:
Node
[]
,
array
?:
boolean
,
arrayIndex
?:
boolean
,
formatter
?:
KeyFormatter
,
)
:
LexerInternalNode
Parameters
parent
:
LexerInternalNode
name
:
string
Optional
children
:
Node
[]
array
:
boolean
= false
arrayIndex
:
boolean
= false
formatter
:
KeyFormatter
= ...
Returns
LexerInternalNode
Properties
Readonly
formatter
formatter
:
KeyFormatter
= ...
Readonly
name
name
:
string
Readonly
parent
parent
:
Node
Accessors
children
get
children
()
:
Node
[]
Returns
Node
[]
Methods
add
add
(
child
:
Node
)
:
void
Parameters
child
:
Node
Returns
void
clear
clear
()
:
void
Returns
void
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
remove
remove
(
child
:
Node
)
:
void
Parameters
child
:
Node
Returns
void
replace
Value
replaceValue
(
child
:
Node
,
value
:
string
)
:
void
Parameters
child
:
Node
value
:
string
Returns
void
to
Object
toObject
()
:
object
Returns
object
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
formatter
name
parent
Accessors
children
Methods
add
clear
is
Array
is
Array
Index
is
Internal
is
Leaf
is
Root
path
remove
replace
Value
to
Object
@hashgraph/solo
Loading...