Source<RippleList> source = queryResultHistory.get(0);
if (null == source) {
source = new Collector<RippleList>();
}
addCommand(new DefineKeywordCmd(name, new ListGenerator(source)));
}
};
Sink<Exception> parserExceptionSink = new ParserExceptionSink(
qe.getErrorPrintStream());