cpg-core
6.1.0
cpg-core
/
de.fraunhofer.aisec.cpg.processing.strategy
/
Strategy
/
DFG_BACKWARD
DFG_BACKWARD
@
NotNull
open
fun
DFG_BACKWARD
(
@
NotNull
x
:
@
NotNull
Node
)
:
@
NotNull
Iterator
<
Node
>
Traverse Data Flow Graph in backward direction.
Return
Iterator over successors.
Parameters
x
Current node in DFG.