io.joern.x2cpg.passes.typerelations

Members list

Type members

Classlikes

class AliasLinkerPass(cpg: Cpg) extends CpgPass, LinkingUtil

Attributes

Supertypes
trait LinkingUtil
class CpgPass
class ForkJoinParallelCpgPass[AnyRef]
class NewStyleCpgPassBase[AnyRef]
trait CpgPassBase
class Object
trait Matchable
class Any
Show all
class FieldAccessLinkerPass(cpg: Cpg) extends CpgPass, LinkingUtil

Links field access calls to the field they are accessing to enable the cpg.fieldAccess.referencedMember step.

Links field access calls to the field they are accessing to enable the cpg.fieldAccess.referencedMember step.

Attributes

Supertypes
trait LinkingUtil
class CpgPass
class ForkJoinParallelCpgPass[AnyRef]
class NewStyleCpgPassBase[AnyRef]
trait CpgPassBase
class Object
trait Matchable
class Any
Show all
class TypeHierarchyPass(cpg: Cpg) extends CpgPass, LinkingUtil

Create INHERITS_FROM edges from TYPE_DECL nodes to TYPE nodes.

Create INHERITS_FROM edges from TYPE_DECL nodes to TYPE nodes.

Attributes

Supertypes
trait LinkingUtil
class CpgPass
class ForkJoinParallelCpgPass[AnyRef]
class NewStyleCpgPassBase[AnyRef]
trait CpgPassBase
class Object
trait Matchable
class Any
Show all