public class ArgValueData extends DescriptorData<ArgumentValueDescriptorImpl>
| Constructor and Description |
|---|
ArgValueData(DecompiledLocalVariable variable,
com.sun.jdi.Value value) |
| Modifier and Type | Method and Description |
|---|---|
protected ArgumentValueDescriptorImpl |
createDescriptorImpl(Project project) |
boolean |
equals(java.lang.Object object) |
DisplayKey<ArgumentValueDescriptorImpl> |
getDisplayKey() |
int |
hashCode() |
createDescriptor, getDescriptorDatapublic ArgValueData(DecompiledLocalVariable variable, com.sun.jdi.Value value)
protected ArgumentValueDescriptorImpl createDescriptorImpl(Project project)
createDescriptorImpl in class DescriptorData<ArgumentValueDescriptorImpl>public boolean equals(java.lang.Object object)
equals in class DescriptorData<ArgumentValueDescriptorImpl>public int hashCode()
hashCode in class DescriptorData<ArgumentValueDescriptorImpl>public DisplayKey<ArgumentValueDescriptorImpl> getDisplayKey()
getDisplayKey in class DescriptorData<ArgumentValueDescriptorImpl>