io.joern.kotlin2cpg

Members list

Type members

Classlikes

final case class Config(classpath: Set[String], withStdlibJarsInClassPath: Boolean, gradleProjectName: Option[String], gradleConfigurationName: Option[String], jar4importServiceUrl: Option[String], includeJavaSourceFiles: Boolean, generateNodesForDependencies: Boolean, downloadDependencies: Boolean, keepTypeArguments: Boolean, genericConfig: GenericConfig) extends X2CpgConfig[Config], DependencyDownloadConfig

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait DependencyDownloadConfig
trait X2CpgConfig[Config]
class Object
trait Matchable
class Any
Show all
object Constants

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Constants.type
case class DefaultContentRootJarPath(path: String, isResource: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class FileContentAtPath(content: String, relativizedPath: String, filename: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Kotlin2Cpg

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Kotlin2Cpg.type
class Kotlin2Cpg extends X2CpgFrontend, UsesService

Attributes

Companion
object
Supertypes
trait UsesService
trait X2CpgFrontend
trait AutoCloseable
class Object
trait Matchable
class Any
Show all
case class KtFileWithMeta(f: KtFile, relativizedPath: String, filename: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Main extends X2CpgMain

Attributes

Supertypes
class X2CpgMain
class Object
trait Matchable
class Any
Self type
Main.type