public final class InterpretationThread extends Thread
Thread.State, Thread.UncaughtExceptionHandler
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
InterpretationThread(Runnable target)
constructs a new InterpretationThread
|
InterpretationThread(Runnable target,
String name)
constructs a new InterpretationThread
|
InterpretationThread(ThreadGroup group,
Runnable target)
constructs a new InterpretationThread
|
InterpretationThread(ThreadGroup group,
Runnable target,
String name)
constructs a new InterpretationThread
|
Modifier and Type | Method and Description |
---|---|
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public InterpretationThread(Runnable target)
target
- the target.public InterpretationThread(Runnable target, String name)
target
- the target.name
- the name of the threadpublic InterpretationThread(ThreadGroup group, Runnable target)
group
- the threadGrouptarget
- the target.public InterpretationThread(ThreadGroup group, Runnable target, String name)
group
- the threadGrouptarget
- the target.name
- the name of the threadpublic void run()
run
in interface Runnable
run
in class Thread
Runnable.run()
Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.