Class EolDebugElement

java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.debug.core.model.DebugElement
org.eclipse.epsilon.eol.dt.debug.EolDebugElement
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.debug.core.model.IDebugElement
Direct Known Subclasses:
EolDebugTarget, EolStackFrame, EolThread, EolVariable, EolVariableValue

public class EolDebugElement extends org.eclipse.debug.core.model.DebugElement
  • Constructor Summary

    Constructors
    Constructor
    Description
    EolDebugElement(org.eclipse.debug.core.model.IDebugTarget target)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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
  • Constructor Details

    • EolDebugElement

      public EolDebugElement(org.eclipse.debug.core.model.IDebugTarget target)
  • Method Details

    • getModelIdentifier

      public String getModelIdentifier()