Search
Preparing search index...
The search index is not available
@chevrotain/types
Options
All
Public
Public/Protected
All
Inherited
Menu
@chevrotain/types
RepetitionMandatoryWithSeparator
Class RepetitionMandatoryWithSeparator
The Grammar AST class representing a {@link Parser.AT_LEAST_ONE_SEP} call.
Hierarchy
RepetitionMandatoryWithSeparator
Implements
IProductionWithOccurrence
Index
Constructors
constructor
Properties
definition
idx
separator
Methods
accept
Constructors
constructor
new
Repetition
Mandatory
With
Separator
(
options
:
{
definition
:
IProduction
[]
;
idx
?:
number
;
name
?:
string
;
separator
:
TokenType
}
)
:
RepetitionMandatoryWithSeparator
Parameters
options:
{
definition
:
IProduction
[]
;
idx
?:
number
;
name
?:
string
;
separator
:
TokenType
}
definition
:
IProduction
[]
Optional
idx
?:
number
Optional
name
?:
string
separator
:
TokenType
Returns
RepetitionMandatoryWithSeparator
Properties
definition
definition
:
IProduction
[]
idx
idx
:
number
separator
separator
:
TokenType
Methods
accept
accept
(
visitor
:
IGASTVisitor
)
:
void
Parameters
visitor:
IGASTVisitor
Returns
void
Exports
Repetition
Mandatory
With
Separator
constructor
definition
idx
separator
accept
Generated using
TypeDoc
The Grammar AST class representing a {@link Parser.AT_LEAST_ONE_SEP} call.