io.joern.kotlin2cpg.passes
package io.joern.kotlin2cpg.passes
Members list
Type members
Classlikes
class AstCreationPass(filesWithMeta: Iterable[KtFileWithMeta], typeInfoProvider: TypeInfoProvider, cpg: Cpg)(implicit withSchemaValidation: ValidationMode) extends ForkJoinParallelCpgPass[KtFileWithMeta]
Attributes
- Supertypes
-
class ForkJoinParallelCpgPass[KtFileWithMeta]trait CpgPassBaseclass Objecttrait Matchableclass Any
class ConfigPass(fileContentsAtPath: Iterable[FileContentAtPath], cpg: Cpg) extends ForkJoinParallelCpgPass[FileContentAtPath]
Attributes
- Supertypes
-
class ForkJoinParallelCpgPass[FileContentAtPath]trait CpgPassBaseclass Objecttrait Matchableclass Any
class DependenciesFromMavenCoordinatesPass(coordinates: Seq[String], cpg: Cpg) extends CpgPass
Attributes
- Supertypes
-
class CpgPassclass ForkJoinParallelCpgPass[AnyRef]trait CpgPassBaseclass Objecttrait Matchableclass AnyShow all
class KotlinTypeHintCallLinker(cpg: Cpg) extends XTypeHintCallLinker
Attributes
- Supertypes
-
class XTypeHintCallLinkerclass CpgPassclass ForkJoinParallelCpgPass[AnyRef]trait CpgPassBaseclass Objecttrait Matchableclass AnyShow all
class KotlinTypeRecoveryPassGenerator(cpg: Cpg, config: XTypeRecoveryConfig) extends XTypeRecoveryPassGenerator[File]
Attributes
- Supertypes
-
class XTypeRecoveryPassGenerator[File]class Objecttrait Matchableclass Any
In this article