Uses of Class gnu.classpath.jdwp.VMMethod

Uses in package gnu.classpath.jdwp

Methods with parameter type gnu.classpath.jdwp.VMMethod

MethodResult
VMVirtualMachine.executeMethod(Object obj, Thread thread, Class<T> clazz, VMMethod method, Value[] values, int options)
Executes a method in the virtual machine.
byte[]
Returns the bytecode for the given method.

Methods with return type gnu.classpath.jdwp.VMMethod

VMMethod[]
Returns all of the methods defined in the given class.
VMMethod
A factory method for getting valid virtual machine methods which may be passed to/from the debugger.
VMMethod
Returns a VMMethod from the ID in the byte buffer

Uses in package gnu.classpath.jdwp.util

Constructors with parameter type gnu.classpath.jdwp.VMMethod

Location.Location(VMMethod method, long index)
Create a location with the given parameters.

Methods with return type gnu.classpath.jdwp.VMMethod

VMMethod
Gets the method of this location