OpNodes

io.shiftleft.semanticcpg.language.modulevariable.OpNodes
object OpNodes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
OpNodes.type

Members list

Type members

Types

type ModuleVariable = Local & StaticType[ModuleVariableT]

Represents a module-level global variable. This kind of node behaves like both a local variable and a field access and is common in languages such as Python/JavaScript.

Represents a module-level global variable. This kind of node behaves like both a local variable and a field access and is common in languages such as Python/JavaScript.

Attributes