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.

Attributes

I

Identifier type.

S

Scope type.

V

Variable type.

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

Members list

Concise view

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