VariableInformation

io.joern.jssrc2cpg.passes.RequirePass.VariableInformation
case class VariableInformation(nodes: List[AstNode])

Represents a local and all of its reference identifiers.

Attributes

nodes

a list of a local and its reference identifiers.

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

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val dynamicTypeHintFullName: Seq[String]

The dynamic type hints attached to this variable. This assumes all nodes have the same property value at this time.

The dynamic type hints attached to this variable. This assumes all nodes have the same property value at this time.

Attributes

lazy val isImmutable: Boolean

Whether this variable has been set as immutable or not.

Whether this variable has been set as immutable or not.

Attributes