A parser is reusable but not reentrant: you can call {@link #parseSelect}and {@link #parseExpression} several times, but not at the same timefrom different threads. @see MdxParserFactory @author jhyde @version $Id: MdxParser.java 315 2010-05-29 00:56:11Z jhyde $ @since Aug 22, 2006
|
|