public class EaseJavaArrayElementVariable extends EaseDebugVariable
EaseDebugVariable.Type| Constructor and Description |
|---|
EaseJavaArrayElementVariable(int index,
java.lang.Object backingJavaObject,
org.eclipse.debug.core.model.IDebugElement parent) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getReferenceTypeName() |
EaseDebugVariable.Type |
getType() |
void |
setValue(java.lang.String expression) |
boolean |
supportsValueModification() |
compareTo, getAdapter, getDebugTarget, getLaunch, getModelIdentifier, getName, getValue, hasValueChanged, setParent, setType, setValue, toString, update, verifyValue, verifyValuepublic EaseJavaArrayElementVariable(int index,
java.lang.Object backingJavaObject,
org.eclipse.debug.core.model.IDebugElement parent)
public java.lang.String getReferenceTypeName()
getReferenceTypeName in interface org.eclipse.debug.core.model.IVariablegetReferenceTypeName in class EaseDebugVariablepublic EaseDebugVariable.Type getType()
getType in class EaseDebugVariablepublic void setValue(java.lang.String expression)
setValue in interface org.eclipse.debug.core.model.IValueModificationsetValue in class EaseDebugVariablepublic boolean supportsValueModification()
supportsValueModification in interface org.eclipse.debug.core.model.IValueModificationsupportsValueModification in class EaseDebugVariable