io.joern.jssrc2cpg.datastructures

Members list

Concise view

Type members

Classlikes

object BlockScope extends ScopeType

Attributes

Graph
Supertypes
trait ScopeType
class Object
trait Matchable
class Any
Self type
class BlockScopeElement(val name: String, val scopeNode: NewNode, val surroundingScope: Option[ScopeElement]) extends ScopeElement

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
object MethodScope extends ScopeType

Attributes

Graph
Supertypes
trait ScopeType
class Object
trait Matchable
class Any
Self type
class MethodScopeElement(val methodFullName: String, val capturingRefId: Option[NewNode], val name: String, val scopeNode: NewNode, val surroundingScope: Option[ScopeElement]) extends ScopeElement

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
case class PendingReference(variableName: String, referenceNode: NewNode, stack: Option[ScopeElement])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class ResolvedReference(variableNodeId: NewNode, origin: PendingReference)

Attributes

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

Handles the scope stack for tracking identifier to variable relation.

Handles the scope stack for tracking identifier to variable relation.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object Scope

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Scope.type
abstract class ScopeElement(val name: String, val scopeNode: NewNode, val surroundingScope: Option[ScopeElement])

A single element of a scope stack.

A single element of a scope stack.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
sealed trait ScopeType

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BlockScope.type
object MethodScope.type