public final class MethodReturnValueData extends DescriptorData<MethodReturnValueDescriptorImpl>
| Constructor and Description |
|---|
MethodReturnValueData(com.sun.jdi.Method method,
com.sun.jdi.Value returnValue) |
| Modifier and Type | Method and Description |
|---|---|
protected MethodReturnValueDescriptorImpl |
createDescriptorImpl(Project project) |
boolean |
equals(java.lang.Object o) |
DisplayKey<MethodReturnValueDescriptorImpl> |
getDisplayKey() |
com.sun.jdi.Method |
getMethod() |
com.sun.jdi.Value |
getReturnValue() |
int |
hashCode() |
createDescriptor, getDescriptorDatapublic MethodReturnValueData(com.sun.jdi.Method method,
com.sun.jdi.Value returnValue)
public com.sun.jdi.Value getReturnValue()
public com.sun.jdi.Method getMethod()
protected MethodReturnValueDescriptorImpl createDescriptorImpl(Project project)
createDescriptorImpl in class DescriptorData<MethodReturnValueDescriptorImpl>public boolean equals(java.lang.Object o)
equals in class DescriptorData<MethodReturnValueDescriptorImpl>public int hashCode()
hashCode in class DescriptorData<MethodReturnValueDescriptorImpl>public DisplayKey<MethodReturnValueDescriptorImpl> getDisplayKey()
getDisplayKey in class DescriptorData<MethodReturnValueDescriptorImpl>