SetVariableValueParameterType

sealed external interface SetVariableValueParameterType(source)

Properties

Link copied to clipboard
abstract var callFrameId: CallFrameId

Id of callframe that holds variable.

Link copied to clipboard
abstract var newValue: CallArgument

New variable value.

Link copied to clipboard
abstract var scopeNumber: Double

0-based number of scope as was listed in scope chain. Only 'local', 'closure' and 'catch' scope types are allowed. Other scopes could be manipulated manually.

Link copied to clipboard
abstract var variableName: String

Variable name.