CapturedVariable

io.joern.javasrc2cpg.scope.Scope.CapturedVariable
final case class CapturedVariable(typeDeclChain: List[NewTypeDecl], variable: ScopeVariable) extends FoundVariable

Attributes

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

Members list

Value members

Inherited methods

override def asNodeInfoOption: Option[NodeTypeInfo]

Attributes

Definition Classes
Inherited from:
FoundVariable
override def getVariable(): Option[ScopeVariable]

Attributes

Definition Classes
Inherited from:
FoundVariable
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

override val typeFullName: Option[String]

Attributes

Inherited from:
FoundVariable
override val variableNode: Option[NewVariableNode]

Attributes

Inherited from:
FoundVariable