Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
Pipe(Closure closure,
List<Token> statement) |
| Modifier and Type | Method and Description |
|---|---|
Pipe |
connect(Pipe next) |
static Object[] |
mark() |
static void |
reset(Object[] mark) |
void |
run() |
void |
setErr(PrintStream err) |
void |
setIn(InputStream in) |
void |
setOut(PrintStream out) |
String |
toString() |
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, yieldpublic static Object[] mark()
public static void reset(Object[] mark)
public void setIn(InputStream in)
public void setOut(PrintStream out)
public void setErr(PrintStream err)
public Pipe connect(Pipe next) throws IOException
IOExceptionCopyright © 2006-2015 The Apache Software Foundation. All Rights Reserved.