NamespaceScope

io.joern.csharpsrc2cpg.datastructures.NamespaceScope
case class NamespaceScope(fullName: String) extends ScopeType

Represents scope objects mapping to namespace nodes. Likened to namespace or package declarations.

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