ScopeElement

io.joern.x2cpg.datastructures.ScopeElement
case class ScopeElement[I, V, S](scopeNode: S, variables: Map[I, V])

A single element of a scope stack.

Type parameters

I

Identifier type.

S

Scope type.

V

Variable type.

Attributes

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

Members list

Value members

Concrete methods

def addVariable(identifier: I, variable: V): ScopeElement[I, V, S]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product