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

    Constructors
    Constructor
    Description
    OriginalAwareIndexedVariablePartition(org.eclipse.debug.core.model.IDebugElement variable, org.eclipse.debug.core.model.IIndexedValue value, int offset, int length)
    Creates an instance of OriginalAwareIndexedVariablePartition.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.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 of OriginalAwareIndexedVariablePartition.
      Parameters:
      variable - variable or expression containing the indexed value, cannot be null
      value - indexed value, cannot be null
      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