JIVE Platform
Release 0.3.1

edu.buffalo.cse.jive.core
Interface IJiveThread

All Superinterfaces:
IAdaptable, IDebugElement, IFilteredStep, IJavaThread, IJiveStep, IStep, ISuspendResume, ITerminate, IThread

public interface IJiveThread
extends IJavaThread, IJiveStep

An IJavaThread that supports both forward and reverse execution.


Field Summary
 
Fields inherited from interface org.eclipse.jdt.debug.core.IJavaThread
ERR_INCOMPATIBLE_THREAD_STATE, ERR_NESTED_METHOD_INVOCATION, ERR_THREAD_NOT_SUSPENDED
 
Method Summary
 
Methods inherited from interface org.eclipse.jdt.debug.core.IJavaThread
canTerminateEvaluation, findVariable, getContendedMonitor, getFrameCount, getOwnedMonitors, getThreadGroup, getThreadGroupName, hasOwnedMonitors, isDaemon, isOutOfSynch, isPerformingEvaluation, isSystemThread, mayBeOutOfSynch, queueRunnable, runEvaluation, stop, terminateEvaluation
 
Methods inherited from interface org.eclipse.debug.core.model.IThread
getBreakpoints, getName, getPriority, getStackFrames, getTopStackFrame, hasStackFrames
 
Methods inherited from interface org.eclipse.debug.core.model.IDebugElement
getDebugTarget, getLaunch, getModelIdentifier
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.debug.core.model.ISuspendResume
canResume, canSuspend, isSuspended, resume, suspend
 
Methods inherited from interface org.eclipse.debug.core.model.ITerminate
canTerminate, isTerminated, terminate
 
Methods inherited from interface org.eclipse.debug.core.model.IFilteredStep
canStepWithFilters, stepWithFilters
 
Methods inherited from interface org.eclipse.debug.core.model.IStep
canStepInto, canStepOver, canStepReturn, isStepping, stepInto, stepOver, stepReturn
 


JIVE Platform
Release 0.3.1