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

Classlikes

class ModuleVariable(node: Local) extends Local

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

Supertypes
class Local
trait Declaration
trait AstNode
trait StoredNode
trait Product
trait Equals
trait LocalBase
trait DeclarationBase
trait AstNodeBase
trait AbstractNode
trait StaticType[AnyRef]
class NodeRef[LocalDb]
class Node
trait NodeOrDetachedNode
class Element
class Object
trait Matchable
class Any
Show all