org.eclipse.ocl.examples.debug.vm.core
Class VMLocalVariable

java.lang.Object
  extended by org.eclipse.core.runtime.PlatformObject
      extended by org.eclipse.debug.core.model.DebugElement
          extended by org.eclipse.ocl.examples.debug.vm.core.VMDebugElement
              extended by org.eclipse.ocl.examples.debug.vm.core.VMVariable
                  extended by org.eclipse.ocl.examples.debug.vm.core.VMLocalVariable
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 VMLocalVariable
extends VMVariable


Field Summary
 
Fields inherited from class org.eclipse.ocl.examples.debug.vm.core.VMVariable
fValue
 
Method Summary
 org.eclipse.debug.core.model.IValue getValue()
           
 
Methods inherited from class org.eclipse.ocl.examples.debug.vm.core.VMVariable
getName, getReferenceTypeName, getVmVar, hasValueChanged, isAttribute, isCollectionElement, isIntermProperty, isLocalVariable, isModelParameter, isPredefinedVariable, isReference, setValue, setValue, supportsValueModification, verifyValue, verifyValue
 
Methods inherited from class org.eclipse.ocl.examples.debug.vm.core.VMDebugElement
getDebugCore, getModelIdentifier, getOCLDebugTarget
 
Methods inherited from class org.eclipse.debug.core.model.DebugElement
fireChangeEvent, fireCreationEvent, fireEvent, fireResumeEvent, fireSuspendEvent, fireTerminateEvent, getAdapter, getDebugTarget, getLaunch, notSupported, requestFailed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, 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
 

Method Detail

getValue

public org.eclipse.debug.core.model.IValue getValue()
                                             throws org.eclipse.debug.core.DebugException
Specified by:
getValue in interface org.eclipse.debug.core.model.IVariable
Overrides:
getValue in class VMVariable
Throws:
org.eclipse.debug.core.DebugException