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 ResolvedImport

Attributes

Companion
object
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 ResolvedImport

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 ResolvedImport

Attributes

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

Attributes

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

Implicits

Implicits

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