Packages

p

io.joern

kotlin2cpg

package kotlin2cpg

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package files
  2. package passes
  3. package psi
  4. package types
  5. package utils

Type Members

  1. final case class Config(inputPaths: Set[String] = Set.empty, outputPath: String = X2CpgConfig.defaultOutputPath, classpath: Set[String] = Set.empty, withStdlibJarsInClassPath: Boolean = true, withAndroidJarsInClassPath: Boolean = true, copyRuntimeLibs: Boolean = false) extends X2CpgConfig[Config] with Product with Serializable
  2. case class DefaultContentRootJarPath(path: String, isResource: Boolean) extends Product with Serializable
  3. case class FileContentAtPath(content: String, relativizedPath: String, filename: String) extends Product with Serializable
  4. class Kotlin2Cpg extends X2CpgFrontend[Config]
  5. case class KtFileWithMeta(f: KtFile, relativizedPath: String, filename: String) extends Product with Serializable

Value Members

  1. object Kotlin2Cpg
  2. object Main extends X2CpgMain[Config, Kotlin2Cpg]

Ungrouped