org.activemath.webapp.dict.queries
Class AMQueryParser
java.lang.Object
org.activemath.webapp.dict.queries.AMQueryParser
public class AMQueryParser
- extends Object
A class to parse string-input queries and convert them
in queries into AMQueryPack.
|
Field Summary |
protected static Category |
log
The logger for this class |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static Category log
- The logger for this class
AMQueryParser
public AMQueryParser(AMQueryPack queryPack)
parse
public void parse(String input,
DictionaryState state,
AppSession appSession)
throws Exception
- Throws:
Exception