package kotlin2cpg
Ordering
- Alphabetic
Visibility
- Public
- Protected
Package Members
Type Members
- final case class Config(inputPath: String = "", outputPath: String = X2CpgConfig.defaultOutputPath, ignorePaths: Set[String] = Set.empty, classpath: Set[String] = Set.empty, withStdlibJarsInClassPath: Boolean = true, downloadDependencies: Boolean = false, gradleProjectName: Option[String] = None, gradleConfigurationName: Option[String] = None, jar4importServiceUrl: Option[String] = None) extends X2CpgConfig[Config] with Product with Serializable
- case class DefaultContentRootJarPath(path: String, isResource: Boolean) extends Product with Serializable
- case class FileContentAtPath(content: String, relativizedPath: String, filename: String) extends Product with Serializable
- class Jar4ImportService extends AnyRef
- class Kotlin2Cpg extends X2CpgFrontend[Config]
- case class KtFileWithMeta(f: KtFile, relativizedPath: String, filename: String) extends Product with Serializable
Value Members
- object Constants
- object Kotlin2Cpg
- object Main extends X2CpgMain[Config, Kotlin2Cpg]