@ntix/parsing
Preparing search index...
DictionaryParser
Class DictionaryParser<T>
A parser
Type Parameters
T
Implements
IDictionary
.
Parser
<
T
>
Index
Constructors
constructor
Properties
parse
Accessors
not
Methods
each
max
Length
min
Length
of
Constructors
constructor
new
DictionaryParser
<
T
>
(
parent
:
IParser
<
unknown
>
,
parseCurrent
:
ICurrentParser
<
Dictionary
<
T
>
>
,
negate
?:
boolean
,
)
:
DictionaryParser
<
T
>
Type Parameters
T
Parameters
parent
:
IParser
<
unknown
>
parseCurrent
:
ICurrentParser
<
Dictionary
<
T
>
>
negate
:
boolean
= false
Returns
DictionaryParser
<
T
>
Properties
Readonly
parse
parse
:
IParse
<
Dictionary
<
T
>
>
= ...
Accessors
not
get
not
()
:
DictionaryParser
<
T
>
Returns
DictionaryParser
<
T
>
Methods
Readonly
each
each
<
U
=
T
>
(
parser
:
IParser
<
U
>
)
:
DictionaryParser
<
U
>
Type Parameters
U
=
T
Parameters
parser
:
IParser
<
U
>
Returns
DictionaryParser
<
U
>
Readonly
max
Length
maxLength
(
maxValue
:
number
,
exclusive
?:
boolean
)
:
DictionaryParser
<
T
>
Parameters
maxValue
:
number
exclusive
:
boolean
= false
Returns
DictionaryParser
<
T
>
Readonly
min
Length
minLength
(
minValue
:
number
,
exclusive
?:
boolean
)
:
DictionaryParser
<
T
>
Parameters
minValue
:
number
exclusive
:
boolean
= false
Returns
DictionaryParser
<
T
>
Readonly
of
of
<
U
>
()
:
DictionaryParser
<
U
>
Type Parameters
U
Returns
DictionaryParser
<
U
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
parse
Accessors
not
Methods
each
max
Length
min
Length
of
@ntix/parsing
Loading...
A parser