Interface SpiderLocalVariableReference

A local reference to a local variable of a function.

Hierarchy

  • SpiderLocalVariableReference

Properties

Properties

The function with the local variable we are referencing.

index: number

The index of the local variable we are referencing.

refType: LOCAL

The type of the local variable we are referencing.

Generated using TypeDoc