|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.eclipse.debug.core.model.DebugElement
com.pvx.ooadide.launchers.debug.model.PVXDebugElement
com.pvx.ooadide.launchers.debug.model.PVXValue
com.pvx.ooadide.launchers.debug.model.PVXStackValue
public class PVXStackValue
A value on the data stack
Constructor Summary | |
---|---|
PVXStackValue(PVXDebugTarget target,
java.lang.String value,
int index)
Constructs a value that appears on the data stack |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
Methods inherited from class com.pvx.ooadide.launchers.debug.model.PVXValue |
---|
getReferenceTypeName, getValueString, getVariables, hasVariables, isAllocated |
Methods inherited from class com.pvx.ooadide.launchers.debug.model.PVXDebugElement |
---|
getModelIdentifier, sendRequest |
Methods inherited from class org.eclipse.debug.core.model.DebugElement |
---|
fireChangeEvent, fireCreationEvent, fireEvent, fireResumeEvent, fireSuspendEvent, fireTerminateEvent, getAdapter, getDebugTarget, getLaunch |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.debug.core.model.IDebugElement |
---|
getDebugTarget, getLaunch, getModelIdentifier |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Constructor Detail |
---|
public PVXStackValue(PVXDebugTarget target, java.lang.String value, int index)
target
- debug targetvalue
- value on the stackindex
- index on the stackMethod Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |