NamespaceScope

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

The namespace.

Value parameters

fullName

the namespace path.

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