@chevrotain/types
Preparing search index...
Rule
Class Rule
The Grammar AST class representing a top level
CstParser.RULE
or
EmbeddedActionsParser.RULE
call.
Index
Constructors
constructor
Properties
definition
name
org
Text
Methods
accept
Constructors
constructor
new
Rule
(
options
:
{
definition
:
IProduction
[]
;
name
:
string
;
orgText
?:
string
}
,
)
:
Rule
Parameters
options
:
{
definition
:
IProduction
[]
;
name
:
string
;
orgText
?:
string
}
Returns
Rule
Properties
definition
definition
:
IProduction
[]
name
name
:
string
org
Text
orgText
:
string
Methods
accept
accept
(
visitor
:
IGASTVisitor
)
:
void
Parameters
visitor
:
IGASTVisitor
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
definition
name
org
Text
Methods
accept
@chevrotain/types
Loading...
The Grammar AST class representing a top level CstParser.RULE or EmbeddedActionsParser.RULE call.