package kotlin2cpg
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class Config(inputPaths: Set[String] = Set.empty, outputPath: String = X2CpgConfig.defaultOutputPath) extends X2CpgConfig[Config] with Product with Serializable
Command line configuration parameters
- case class FileContentAtPath(content: String, relativizedPath: String, filename: String) extends Product with Serializable
- case class InferenceJarPath(path: String, isResource: Boolean) extends Product with Serializable
- class Kt2Cpg extends AnyRef
- case class KtFileWithMeta(f: KtFile, relativizedPath: String, filename: String) extends Product with Serializable