100101102103104105106107108109110111112113114
outQueue.add(s); } if (!outQueue.isEmpty()) { PipeOut pipeOut = new PipeOutImpl(shell); if (n.next != null && n.next instanceof PipeNode) { pipeOut.setPiped(true); lastPipe = pipeOut; } Node x = n; while (x instanceof LogicalStatement && (x = ((LogicalStatement) x).nest) != null)
848586878889909192939495969798