HED JavaScript Library
Preparing search index...
parser/tokenizer
TokenizerState
Class TokenizerState
Internal
A class representing the current state of the HED string tokenizer.
Index
Constructors
constructor
Properties
current
Group
Stack
current
Token
group
Depth
last
Delimiter
last
Slash
library
Schema
parentheses
Stack
starting
Index
Constructors
constructor
new
TokenizerState
()
:
TokenizerState
Returns
TokenizerState
Properties
current
Group
Stack
currentGroupStack
:
any
[]
[]
current
Token
currentToken
:
string
group
Depth
groupDepth
:
number
last
Delimiter
lastDelimiter
:
number
[]
last
Slash
lastSlash
:
number
library
Schema
librarySchema
:
string
parentheses
Stack
parenthesesStack
:
any
[]
starting
Index
startingIndex
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
current
Group
Stack
current
Token
group
Depth
last
Delimiter
last
Slash
library
Schema
parentheses
Stack
starting
Index
HED JavaScript Library
Loading...
A class representing the current state of the HED string tokenizer.