NamespaceScope

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

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

Value parameters

fullName

the fully qualified name.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait NamespaceLikeScope
trait TypedScopeElement
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