scopes property

List<Scope> scopes
final

The scopes of the stack frame. If the array has length zero, there are no scopes available.

Implementation

final List<Scope> scopes;