Returns the object's field with the specified name.
Returns the object's field with the specified name.
The name of the field
Some profile wrapping the field, or None if doesn't exist
Returns all visible fields contained in this object.
Returns all visible fields contained in this object.
The profiles wrapping the visible fields in this object
Returns the object's field with the specified name with offset index information.
Returns the object's field with the specified name with offset index information.
The name of the field
Some profile wrapping the field, or None if doesn't exist
Returns all visible fields contained in this object with offset index.
Returns all visible fields contained in this object with offset index.
The profiles wrapping the visible fields in this object
Invokes the object's method.
Invokes the object's method.
The method of the object to invoke
The arguments to provide to the method
Optional arguments to provide custom settings to the method invocation
The resulting value of the invocation
Invokes the object's method with matching name and arguments.
Invokes the object's method with matching name and arguments.
The name of the method to invoke
The names of the parameter types of the method to invoke
The arguments to provide to the method
Optional arguments to provide custom settings to the method invocation
The resulting value of the invocation
Returns whether or not this value represents an array.
Returns whether or not this value represents an array.
True if an array, otherwise false
Returns whether or not this value is null.
Returns whether or not this value is null.
True if null, otherwise false
Returns whether or not this value represents an object.
Returns whether or not this value represents an object.
True if an object, otherwise false
Returns whether or not this value represents a primitive.
Returns whether or not this value represents a primitive.
True if a primitive, otherwise false
Returns whether or not this value represents a string.
Returns whether or not this value represents a string.
True if a string, otherwise false
Returns whether or not this value is void.
Returns whether or not this value is void.
True if void, otherwise false
Returns the object's method with the specified name.
Returns the object's method with the specified name.
The name of the method
The fully-qualified type names of the parameters of the method to find
Some profile wrapping the method, otherwise None if doesn't exist
Returns all visible methods contained in this object.
Returns all visible methods contained in this object.
The profiles wrapping the visible methods in this object
Returns the reference type information for this object.
Returns the reference type information for this object.
The reference type information
Returns the specific type of this object, not any interface or superclass that it inherits. So, val x: AnyRef = "a string" would yield the reference type for String, not AnyRef.
Retrieves the reference type information corresponding to this class object.
Retrieves the reference type information corresponding to this class object.
The reference type information
Returns the Scala virtual machine containing this instance.
Returns the Scala virtual machine containing this instance.
The Scala virtual machine instance
Returns the value as an array (profile).
Returns the value as an array (profile).
The array profile wrapping this value
Returns the JDI representation this profile instance wraps.
Returns the JDI representation this profile instance wraps.
The JDI instance
Returns the value as a value local to this JVM.
Returns the value as a value local to this JVM.
The value as a local instance
Returns the value as an object (profile).
Returns the value as an object (profile).
The object profile wrapping this value
Returns the value as a primitive (profile).
Returns the value as a primitive (profile).
The primitive profile wrapping this value
Returns the value as an string (profile).
Returns the value as an string (profile).
The string profile wrapping this value
Returns the type information for the object.
Returns the type information for the object.
The profile containing type information
Represents the unique id of this object.
Represents the unique id of this object.
The unique id as a long
Returns the object's field with the specified name.
Returns the object's field with the specified name.
The name of the field
The profile wrapping the field
Returns the object's field with the specified name with offset index information.
Returns the object's field with the specified name with offset index information.
The name of the field
The profile wrapping the field
Invokes the object's method with matching name and arguments.
Invokes the object's method with matching name and arguments.
The name of the method to invoke
The arguments to provide to the method
Optional arguments to provide custom settings to the method invocation
The resulting value of the invocation
Returns the object's method with the specified name.
Returns the object's method with the specified name.
The name of the method
The fully-qualified type names of the parameters of the method to find
The profile wrapping the method
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
Returns the object's field with the specified name.
Returns the object's field with the specified name.
The name of the field
Success containing the profile wrapping the field, otherwise a failure
Returns all visible fields contained in this object.
Returns all visible fields contained in this object.
Success containing the profiles wrapping the visible fields in this object, otherwise a failure
Returns the object's field with the specified name with offset index information.
Returns the object's field with the specified name with offset index information.
The name of the field
Success containing the profile wrapping the field, otherwise a failure
Returns all visible fields contained in this object with offset index.
Returns all visible fields contained in this object with offset index.
Success containing the profiles wrapping the visible fields in this object, otherwise a failure
Invokes the object's method.
Invokes the object's method.
The method of the object to invoke
The arguments to provide to the method
Optional arguments to provide custom settings to the method invocation
Success containing the resulting value of the invocation, otherwise a failure
Invokes the object's method with matching name and arguments.
Invokes the object's method with matching name and arguments.
The name of the method to invoke
The names of the parameter types of the method to invoke
The arguments to provide to the method
Optional arguments to provide custom settings to the method invocation
Success containing the resulting value of the invocation, otherwise a failure
Invokes the object's method with matching name and arguments.
Invokes the object's method with matching name and arguments.
The name of the method to invoke
The arguments to provide to the method
Optional arguments to provide custom settings to the method invocation
Success containing the resulting value of the invocation, otherwise a failure
Returns the object's method with the specified name.
Returns the object's method with the specified name.
The name of the method
The fully-qualified type names of the parameters of the method to find
Success containing the profile wrapping the method, otherwise a failure
Returns all visible methods contained in this object.
Returns all visible methods contained in this object.
Success containing the profiles wrapping the visible methods in this object, otherwise a failure
Returns the value as an array (profile).
Returns the value as an array (profile).
Success containing the array profile wrapping this value, otherwise a failure
Returns the value as a value local to this JVM.
Returns the value as a value local to this JVM.
Success containing the value as a local instance, otherwise a failure
Returns the value as an object (profile).
Returns the value as an object (profile).
Success containing the object profile wrapping this value, otherwise a failure
Returns the value as a primitive (profile).
Returns the value as a primitive (profile).
Success containing the primitive profile wrapping this value, otherwise a failure
Returns the value as a string (profile).
Returns the value as a string (profile).
Success containing the string profile wrapping this value, otherwise a failure
Returns the type information for the value.
Returns the type information for the value.
Success containing the profile containing type information, otherwise a failure
Represents the unique id of this object in hex form.
Represents the unique id of this object in hex form. There is no 0x prepended to the value.
The raw hex string
Represents the interface for "class object"-based interaction.