Traqula
Preparing search index...
@traqula/chevrotain
RepetitionWithSeparator
Class RepetitionWithSeparator
The Grammar AST class representing a
BaseParser.MANY_SEP
call.
Implements
IProductionWithOccurrence
Index
Constructors
constructor
Properties
definition
idx
separator
Methods
accept
Constructors
constructor
new
RepetitionWithSeparator
(
options
:
{
definition
:
IProduction
[]
;
idx
?:
number
;
name
?:
string
;
separator
:
TokenType
;
}
,
)
:
RepetitionWithSeparator
Parameters
options
:
{
definition
:
IProduction
[]
;
idx
?:
number
;
name
?:
string
;
separator
:
TokenType
}
Returns
RepetitionWithSeparator
Properties
definition
definition
:
IProduction
[]
idx
idx
:
number
separator
separator
:
TokenType
Methods
accept
accept
(
visitor
:
IGASTVisitor
)
:
void
Parameters
visitor
:
IGASTVisitor
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
definition
idx
separator
Methods
accept
Traqula
Loading...
The Grammar AST class representing a BaseParser.MANY_SEP call.