The high-level virtual machine containing the value
The reference to the underlying JDI value
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
The high-level virtual machine containing the value
The high-level virtual machine containing the value
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 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 value as a primitive (profile).
Returns the value as a primitive (profile).
The primitive profile wrapping this value
Returns the value as a string (profile).
Returns the value as a string (profile).
The string profile wrapping this value
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
Returns the type information for the value.
Returns the type information for the value.
The profile containing type information
Represents a pure implementation of a value profile that adds no custom logic on top of the standard JDI.