@eagleoutice/flowr - v2.15.8
Preparing search index...
src/r-bridge/lang-4.x/ast/model/processing/visitor
NodeVisitor
Class NodeVisitor<OtherInfo>
Type Parameters
OtherInfo
=
NoInfo
Index
Constructors
constructor
Methods
visit
Constructors
constructor
new
NodeVisitor
<
OtherInfo
=
object
>
(
onEnter
?:
OnEnter
<
OtherInfo
>
,
onExit
?:
OnExit
<
OtherInfo
>
,
)
:
NodeVisitor
<
OtherInfo
>
Type Parameters
OtherInfo
=
object
Parameters
Optional
onEnter
:
OnEnter
<
OtherInfo
>
Optional
onExit
:
OnExit
<
OtherInfo
>
Returns
NodeVisitor
<
OtherInfo
>
Methods
visit
visit
(
nodes
:
|
RNode
<
OtherInfo
>
|
readonly
("<>" | RNode<OtherInfo> | null | undefined)
[]
|
null
|
undefined
,
)
:
void
Parameters
nodes
:
|
RNode
<
OtherInfo
>
|
readonly
("<>" | RNode<OtherInfo> | null | undefined)
[]
|
null
|
undefined
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
visit
@eagleoutice/flowr - v2.15.8
Loading...