Packages

p

io.joern

kotlin2cpg

package kotlin2cpg

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package passes
  2. package types

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 FileContentAtPath(content: String, relativizedPath: String, filename: String) extends Product with Serializable
  3. case class InferenceJarPath(path: String, isResource: Boolean) extends Product with Serializable
  4. class Kt2Cpg extends AnyRef
  5. case class KtFileWithMeta(f: KtFile, relativizedPath: String, filename: String) extends Product with Serializable

Value Members

  1. object Kt2Cpg
  2. object Main extends App

    Entry point for command line CPG creator

  3. object PathUtils
  4. object SourceFilesPicker

Ungrouped