@eagleoutice/flowr - v2.13.14
Preparing search index...
src/control-flow/syntax-cfg-guided-visitor
SyntaxCfgGuidedVisitorConfiguration
Interface SyntaxCfgGuidedVisitorConfiguration<OtherInfo, ControlFlow, Ast>
interface
SyntaxCfgGuidedVisitorConfiguration
<
OtherInfo
=
NoInfo
,
ControlFlow
extends
ControlFlowInformation
=
ControlFlowInformation
,
Ast
extends
NormalizedAst
<
OtherInfo
>
=
NormalizedAst
<
OtherInfo
>
,
>
{
controlFlow
:
ControlFlow
;
defaultVisitingOrder
:
"forward"
|
"backward"
;
normalizedAst
:
Ast
;
}
Type Parameters
OtherInfo
=
NoInfo
ControlFlow
extends
ControlFlowInformation
=
ControlFlowInformation
Ast
extends
NormalizedAst
<
OtherInfo
>
=
NormalizedAst
<
OtherInfo
>
Hierarchy (
View Summary
)
BasicCfgGuidedVisitorConfiguration
<
ControlFlow
>
SyntaxCfgGuidedVisitorConfiguration
SemanticCfgGuidedVisitorConfiguration
Index
Properties
control
Flow
default
Visiting
Order
normalized
Ast
Properties
Readonly
control
Flow
controlFlow
:
ControlFlow
Readonly
default
Visiting
Order
defaultVisitingOrder
:
"forward"
|
"backward"
Readonly
normalized
Ast
normalizedAst
:
Ast
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
control
Flow
default
Visiting
Order
normalized
Ast
@eagleoutice/flowr - v2.13.14
Loading...