ImportsPass

io.joern.x2cpg.passes.frontend.ImportsPass
object ImportsPass

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

implicit class Base64StringExt(str: String)

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait EvaluatedImport

An import that has been evaluated as either resolved or not.

An import that has been evaluated as either resolved or not.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
sealed trait ResolvedImport extends EvaluatedImport

An import that has been resolved to a node in the CPG.

An import that has been resolved to a node in the CPG.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class ResolvedMember(basePath: String, memberName: String, label: String) extends ResolvedImport

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ResolvedMethod(fullName: String, alias: String, receiver: Option[String], label: String) extends ResolvedImport

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ResolvedTypeDecl(fullName: String, label: String) extends ResolvedImport

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
implicit class TagToResolvedImportExt(traversal: Iterator[Tag])

Attributes

Supertypes
class Object
trait Matchable
class Any
case class UnknownImport(path: String, label: String) extends UnresolvedImport

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class UnknownMethod(fullName: String, alias: String, receiver: Option[String], label: String) extends UnresolvedImport

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class UnknownTypeDecl(fullName: String, label: String) extends UnresolvedImport

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait UnresolvedImport extends EvaluatedImport

An import that has not been successfully resolved to a node in the CPG. This is likely an external dependency.

An import that has not been successfully resolved to a node in the CPG. This is likely an external dependency.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Implicits

Implicits

final implicit def Base64StringExt(str: String): Base64StringExt
final implicit def TagToResolvedImportExt(traversal: Iterator[Tag]): TagToResolvedImportExt