ScopeTopLevelType

io.joern.javasrc2cpg.scope.Scope.ScopeTopLevelType
final case class ScopeTopLevelType(typeFullName: String) extends ScopeType

Used for top-level type declarations and imports that do not have captures to be concerned about or synthetic names in the cpg

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product