Packages

p

io.joern.x2cpg.passes

controlflow

package controlflow

Package Members

  1. package cfgcreation
  2. package cfgdominator
  3. package codepencegraph

Type Members

  1. class CfgCreationPass extends ConcurrentWriterCpgPass[Method]

    A pass that creates control flow graphs from abstract syntax trees.

    A pass that creates control flow graphs from abstract syntax trees.

    Control flow graphs can be calculated independently per method. Therefore, we inherit from ConcurrentWriterCpgPass.

    Note: the version of OverflowDB that we currently use as a storage backend does not assign ids to edges and this pass only creates edges at the moment. Therefore, we currently do without key pools.

Ungrouped