io.joern.kotlin2cpg

Members list

Type members

Classlikes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
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[Config], UsesService

Attributes

Companion
object
Supertypes
trait UsesService
trait X2CpgFrontend[Config]
class Object
trait Matchable
class Any
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[Config, Kotlin2Cpg]

Attributes

Supertypes
class X2CpgMain[Config, Kotlin2Cpg]
class Object
trait Matchable
class Any
Self type
Main.type