Retrieves local variables that are arguments and their values for the underlying stack frame.
Retrieves local variables that are arguments and their values for the underlying stack frame.
The map of local variables paired with their respective values
Retrieves local variables that are not arguments and their values for the underlying stack frame.
Retrieves local variables that are not arguments and their values for the underlying stack frame.
The map of local variables paired with their respective values
Retrieves the specified local variable and its value for the underlying stack frame.
Retrieves the specified local variable and its value for the underlying stack frame.
The name of the local variable to retrieve
Some tuple of local variable and value if available, otherwise None
Retrieves local variables and their values for the underlying stack frame.
Retrieves local variables and their values for the underlying stack frame.
The map of local variables paired with their respective values
Attempts to retrieve the "this" object for the underlying stack frame.
Attempts to retrieve the "this" object for the underlying stack frame.
Some object reference if retrieved, otherwise None
Retrieves the specified local variable and its value for the underlying stack frame.
Retrieves the specified local variable and its value for the underlying stack frame.
The name of the local variable to retrieve
Some tuple of local variable and value if available, otherwise None
Retrieves fields and values for the "this" object contained in the underlying stack frame.
Retrieves fields and values for the "this" object contained in the underlying stack frame.
The map of fields paired with their respective values
Represents a wrapper around a stack frame, providing additional methods.