io.joern.swiftsrc2cpg.datastructures

Members list

Type members

Classlikes

object BlockScope extends ScopeType

Attributes

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

Attributes

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

Attributes

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

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

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
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
Supertypes
class Object
trait Matchable
class Any
object Scope

Attributes

Companion
class
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

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ScopeElementIterator(start: Option[ScopeElement]) extends Iterator[ScopeElement]

Attributes

Supertypes
trait Iterator[ScopeElement]
trait IterableOnceOps[ScopeElement, Iterator, Iterator[ScopeElement]]
trait IterableOnce[ScopeElement]
class Object
trait Matchable
class Any
Show all
sealed trait ScopeType

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BlockScope
object MethodScope