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
Methods inherited from interface org.netbeans.api.debugger.jpda.ObjectVariable |
getAllStaticFields, getClassType, getField, getFields, getFieldsCount, getInheritedFields, getReferringObjects, getSuper, getToStringValue, getUniqueID, invokeMethod |
methodName
String methodName()
- Provides the name of the returned method
- Returns:
- the name of the returned method.