Packages

package oss

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package domain

    Contains case classes that can be used independently.

  2. package drivers
  3. package passes
  4. package util

Type Members

  1. final case class Config(inputPaths: Set[String] = Set.empty, outputPath: String = X2CpgConfig.defaultOutputPath) extends X2CpgConfig[Config] with Product with Serializable

    Command line configuration parameters

  2. case class DriverConfig(database: String, params: Map[String, String]) extends Product with Serializable
  3. class Jimple2Cpg extends AnyRef

    The main entrypoint for converting JVM bytecode/Jimple to a code property graph representation.

Value Members

  1. object Jimple2Cpg
  2. object Plume extends App

    Entry point for command line CPG creator

  3. object PlumeStatistics extends Enumeration

    Holds statistics regarding the performance of certain stages of the extraction process.

Ungrouped