The high-level virtual machine containing the stack frame
The producer of info-based profile instances
The reference to the underlying JDI stack frame instance
The index of the frame relative to the frame stack
Retrieves all variables in this frame.
Retrieves all variables in this frame.
The collection of variables as their profile equivalents
Provides offset index information!
Retrieves all variables that represent arguments in this frame.
Retrieves all variables that represent arguments in this frame.
The collection of variables as their profile equivalents
Provides offset index information!
Retrieves the values of the arguments in this frame.
Retrieves the values of the arguments in this frame. As indicated by the JDI spec, this can return values when no variable information is present.
The collection of argument values in order as provided to the frame
Retrieves the thread associated with this frame.
Retrieves the thread associated with this frame.
The profile of the thread
Retrieves all variables that represent field variables in this frame.
Retrieves all variables that represent field variables in this frame.
The collection of variables as their profile equivalents
Provides offset index information!
Returns whether or not this frame was provided with its index.
Returns whether or not this frame was provided with its index.
True if an index exists, otherwise false
The index of the frame relative to the frame stack
The index of the frame relative to the frame stack
Retrieves all variables in this frame with their offset index information.
Retrieves all variables in this frame with their offset index information.
The collection of variables as their profile equivalents
Retrieves all variables that represent arguments in this frame with their offset index information.
Retrieves all variables that represent arguments in this frame with their offset index information.
The collection of variables as their profile equivalents
Retrieves all variables that represent field variables in this frame with their offset index information.
Retrieves all variables that represent field variables in this frame with their offset index information.
The collection of variables as their profile equivalents
Retrieves all variables that represent local variables in this frame with their offset index information.
Retrieves all variables that represent local variables in this frame with their offset index information.
The collection of variables as their profile equivalents
Retrieves all variables that do not represent arguments in this frame with their offset index information.
Retrieves all variables that do not represent arguments in this frame with their offset index information.
The collection of variables as their profile equivalents
Retrieves the variable with the specified name from the frame with offset index information.
Retrieves the variable with the specified name from the frame with offset index information.
The name of the variable to retrieve
Profile of the variable or throws an exception
Retrieves the variable with the specified name from the frame with offset index information.
Retrieves the variable with the specified name from the frame with offset index information.
The name of the variable to retrieve
Some profile of the variable, or None if it doesn't exist
The producer of info-based profile instances
The producer of info-based profile instances
Retrieves all variables that represent local variables in this frame.
Retrieves all variables that represent local variables in this frame.
The collection of variables as their profile equivalents
Provides offset index information!
Retrieves the location associated with this frame.
Retrieves the location associated with this frame.
The profile of the location
Retrieves all variables that do not represent arguments in this frame.
Retrieves all variables that do not represent arguments in this frame.
The collection of variables as their profile equivalents
Provides offset index information!
The high-level virtual machine containing the stack frame
The high-level virtual machine containing the stack frame
Retrieves the object representing 'this' in the current frame scope.
Retrieves the object representing 'this' in the current frame scope.
The profile of this object
Retrieves the object representing 'this' in the current frame scope.
Retrieves the object representing 'this' in the current frame scope.
Some profile of this object, or None if not available
Returns the JDI representation this profile instance wraps.
Returns the JDI representation this profile instance wraps.
The JDI instance
Returns a string presenting a better human-readable description of the JDI instance.
Returns a string presenting a better human-readable description of the JDI instance.
The human-readable description
Retrieves all variables in this frame.
Retrieves all variables in this frame.
Success containing the collection of variables as their profile equivalents, otherwise a failure
Retrieves all variables that represent arguments in this frame.
Retrieves all variables that represent arguments in this frame.
Success containing the collection of variables as their profile equivalents, otherwise a failure
Retrieves the values of the arguments in this frame.
Retrieves the values of the arguments in this frame. As indicated by the JDI spec, this can return values when no variable information is present.
Success containing the collection of argument values in order as provided to the frame, otherwise a failure
Retrieves the thread associated with this frame.
Retrieves the thread associated with this frame.
Success containing the profile of the thread, otherwise a failure
Retrieves all variables that represent field variables in this frame.
Retrieves all variables that represent field variables in this frame.
Success containing the collection of variables as their profile equivalents, otherwise a failure
Retrieves all variables in this frame with their offset index information.
Retrieves all variables in this frame with their offset index information.
Success containing the collection of variables as their profile equivalents, otherwise a failure
Retrieves all variables that represent arguments in this frame with their offset index information.
Retrieves all variables that represent arguments in this frame with their offset index information.
Success containing the collection of variables as their profile equivalents, otherwise a failure
Retrieves all variables that represent field variables in this frame with their offset index information.
Retrieves all variables that represent field variables in this frame with their offset index information.
Success containing the collection of variables as their profile equivalents, otherwise a failure
Retrieves all variables that represent local variables in this frame with their offset index information.
Retrieves all variables that represent local variables in this frame with their offset index information.
Success containing the collection of variables as their profile equivalents, otherwise a failure
Retrieves all variables that do not represent arguments in this frame with their offset index information.
Retrieves all variables that do not represent arguments in this frame with their offset index information.
Success containing the collection of variables as their profile equivalents, otherwise a failure
Retrieves the variable with the specified name from the frame with offset index information.
Retrieves the variable with the specified name from the frame with offset index information.
The name of the variable to retrieve
Success containing profile of the variable if found, otherwise a failure
Retrieves all variables that represent local variables in this frame.
Retrieves all variables that represent local variables in this frame.
Success containing the collection of variables as their profile equivalents, otherwise a failure
Retrieves the location associated with this frame.
Retrieves the location associated with this frame.
Success containing the profile of the location, otherwise a failure
Retrieves all variables that do not represent arguments in this frame.
Retrieves all variables that do not represent arguments in this frame.
Success containing the collection of variables as their profile equivalents, otherwise a failure
Retrieves the object representing 'this' in the current frame scope.
Retrieves the object representing 'this' in the current frame scope.
Success containing the profile of this object, otherwise a failure
Retrieves the variable with the specified name from the frame.
Retrieves the variable with the specified name from the frame.
The name of the variable to retrieve
Success containing profile of the variable if found, otherwise a failure
Retrieves the variable with the specified name from the frame.
Retrieves the variable with the specified name from the frame.
The name of the variable to retrieve
Profile of the variable or throws an exception
Retrieves the variable with the specified name from the frame.
Retrieves the variable with the specified name from the frame.
The name of the variable to retrieve
Some profile of the variable, or None if it doesn't exist
Represents a pure implementation of a stack frame profile that adds no custom logic on top of the standard JDI.