org.eclipse.m2m.qvt.oml.debug.core
Class QVTOThread
java.lang.Object
DebugElement
org.eclipse.m2m.qvt.oml.debug.core.QVTODebugElement
org.eclipse.m2m.qvt.oml.debug.core.QVTOThread
- All Implemented Interfaces:
- VMEventListener
public class QVTOThread
- extends QVTODebugElement
- implements VMEventListener
Constructor Summary |
QVTOThread(org.eclipse.m2m.qvt.oml.debug.core.IQVTODebugTarget target)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QVTOThread
public QVTOThread(org.eclipse.m2m.qvt.oml.debug.core.IQVTODebugTarget target)
isDeferredExecution
public boolean isDeferredExecution()
hasStackFrames
public boolean hasStackFrames()
throws DebugException
- Throws:
DebugException
getStackFrames
public IStackFrame[] getStackFrames()
throws DebugException
- Throws:
DebugException
getPriority
public int getPriority()
throws DebugException
- Throws:
DebugException
getTopStackFrame
public IStackFrame getTopStackFrame()
throws DebugException
- Throws:
DebugException
getName
public java.lang.String getName()
throws DebugException
- Throws:
DebugException
getBreakpoints
public IBreakpoint[] getBreakpoints()
canResume
public boolean canResume()
canSuspend
public boolean canSuspend()
isSuspended
public boolean isSuspended()
resume
public void resume()
throws DebugException
- Throws:
DebugException
suspend
public void suspend()
throws DebugException
- Throws:
DebugException
canStepInto
public boolean canStepInto()
stepInto
public void stepInto()
throws DebugException
- Throws:
DebugException
canStepOver
public boolean canStepOver()
stepOver
public void stepOver()
throws DebugException
- Throws:
DebugException
canStepReturn
public boolean canStepReturn()
stepReturn
public void stepReturn()
throws DebugException
- Throws:
DebugException
isStepping
public boolean isStepping()
canTerminate
public boolean canTerminate()
isTerminated
public boolean isTerminated()
terminate
public void terminate()
throws DebugException
- Throws:
DebugException
handleEvent
public void handleEvent(VMEvent event)
- Specified by:
handleEvent
in interface VMEventListener