toggle menu
cpg
main
jvm
switch theme
search in API
cpg-core
/
de.fraunhofer.aisec.cpg.graph.edges.ast
/
astEdgeOf
ast
Edge
Of
fun
<
NodeType
:
Node
>
Node
.
astEdgeOf
(
of
:
NodeType
,
onChanged
:
(
old
:
AstEdge
<
NodeType
>
?
,
new
:
AstEdge
<
NodeType
>
?
)
->
Unit
?
=
null
)
:
EdgeSingletonList
<
NodeType
,
NodeType
,
AstEdge
<
NodeType
>
>
Creates a single
AstEdge
starting from this node (wrapped in a
EdgeSingletonList
container).