io.shiftleft.semanticcpg.language.importresolver

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
trait Implicits

Attributes

Supertypes
class Object
trait Matchable
class Any
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
final class ResolvedImportAsTagExt(node: Tag) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final class ResolvedImportAsTagTraversal(steps: Iterator[Tag]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
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
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