ProgramScope

io.joern.rubysrc2cpg.datastructures.ProgramScope
case class ProgramScope(fileName: String) extends TypeLikeScope

A file-level module.

Value parameters

fileName

the relative file name.

Attributes

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

Members list

Value members

Concrete methods

override def fullName: String

Attributes

Returns

the full name of the type-like.

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product