Class OriginalAwareIndexedVariablePartition
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.debug.internal.ui.views.variables.IndexedVariablePartition
com._1c.g5.v8.dt.internal.debug.ui.variables.OriginalAwareIndexedVariablePartition
- All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable
,org.eclipse.debug.core.model.IDebugElement
,org.eclipse.debug.core.model.IValueModification
,org.eclipse.debug.core.model.IVariable
public class OriginalAwareIndexedVariablePartition
extends org.eclipse.debug.internal.ui.views.variables.IndexedVariablePartition
Extension of
IndexedVariablePartition
with ability to get original value.-
Constructor Summary
ConstructorsConstructorDescriptionOriginalAwareIndexedVariablePartition
(org.eclipse.debug.core.model.IDebugElement variable, org.eclipse.debug.core.model.IIndexedValue value, int offset, int length) Creates an instance ofOriginalAwareIndexedVariablePartition
. -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.debug.core.model.IIndexedValue
Returns the original indexed value.Methods inherited from class org.eclipse.debug.internal.ui.views.variables.IndexedVariablePartition
equals, getDebugTarget, getLaunch, getModelIdentifier, getName, getReferenceTypeName, getValue, hashCode, hasValueChanged, setValue, setValue, supportsValueModification, verifyValue, verifyValue
Methods inherited from class org.eclipse.core.runtime.PlatformObject
getAdapter
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
-
Constructor Details
-
OriginalAwareIndexedVariablePartition
public OriginalAwareIndexedVariablePartition(org.eclipse.debug.core.model.IDebugElement variable, org.eclipse.debug.core.model.IIndexedValue value, int offset, int length) Creates an instance ofOriginalAwareIndexedVariablePartition
.- Parameters:
variable
- variable or expression containing the indexed value, cannot benull
value
- indexed value, cannot benull
offset
- beginning offset of this partition (into the value)length
- the length of this partition
-
-
Method Details
-
getOriginal
public org.eclipse.debug.core.model.IIndexedValue getOriginal()Returns the original indexed value.- Returns:
- the original indexed value, never
null
-