org.netbeans.api.debugger.jpda/2 2.31.1

org.netbeans.api.debugger.jpda
Interface ReturnVariable

All Superinterfaces:
ObjectVariable, Variable

public interface ReturnVariable
extends ObjectVariable

Represents a return value from a method.

 Since JDI interfaces evolve from one version to another, it's strongly recommended
 not to implement this interface in client code. New methods can be added to
 this interface at any time to keep up with the JDI functionality.

Since:
2.7

Method Summary
 String methodName()
          Provides the name of the returned method
 
Methods inherited from interface org.netbeans.api.debugger.jpda.ObjectVariable
getAllStaticFields, getClassType, getField, getFields, getFieldsCount, getInheritedFields, getReferringObjects, getSuper, getToStringValue, getUniqueID, invokeMethod
 
Methods inherited from interface org.netbeans.api.debugger.jpda.Variable
getType, getValue
 

Method Detail

methodName

String methodName()
Provides the name of the returned method

Returns:
the name of the returned method.

org.netbeans.api.debugger.jpda/2 2.31.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.