Uses of Class gnu.classpath.jdwp.value.Value

Uses in package gnu.classpath.jdwp.util

Constructors with parameter type gnu.classpath.jdwp.value.Value

Constructs a new MethodResult object

Methods with return type gnu.classpath.jdwp.value.Value

Value
Returns the return value of the method invocation

Uses in package gnu.classpath.jdwp.value

Classes derived from gnu.classpath.jdwp.value.Value

class
Wrapper for an Array value.
class
Wrapper for an boolean value.
class
Wrapper for an byte value.
class
Wrapper for an char value.
class
Wrapper for an double value.
class
Wrapper for an float value.
class
Wrapper for an int value.
class
Wrapper for an long value.
class
Wrapper for an Object value.
class
Wrapper for an short value.
class
Wrapper for an String value.
class
Wrapper for an void value.

Methods with return type gnu.classpath.jdwp.value.Value

Value
Create a value type for an Object of type determined by a Class.
Value
Creates a new Value of appropriate type for the value in the ByteBuffer by reading the tag byte from the front of the buffer.
Value
Creates a new Value of appropriate type for the value in the ByteBuffer by checking the type of the Class passed in.

Uses in package gnu.classpath.jdwp

Methods with parameter type gnu.classpath.jdwp.value.Value

MethodResult
VMVirtualMachine.executeMethod(Object obj, Thread thread, Class<T> clazz, VMMethod method, Value[] values, int options)
Executes a method in the virtual machine.
void
VMFrame.setValue(int slot, Value value)
Assigns the given variable to the given value.

Methods with return type gnu.classpath.jdwp.value.Value

Value
VMFrame.getValue(int slot, byte sig)
Returns the value of the variable in the given slot.