toggle menu
cpg
main
jvm
switch theme
search in API
cpg-core
/
de.fraunhofer.aisec.cpg.processing
/
IVisitable
IVisitable
interface
IVisitable
<
V
:
IVisitable
<
V
>
>
An object that can be visited by a visitor.
Parameters
Inheritors
Node
Members
Functions
accept
Link copied to clipboard
open
fun
accept
(
strategy
:
IStrategy
<
V
>
,
visitor
:
IVisitor
<
V
>
)