org.activemath.webapp.dict.queries
Class AMQueryParser

java.lang.Object
  extended by 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
 
Constructor Summary
AMQueryParser(AMQueryPack queryPack)
           
 
Method Summary
 void parse(String input, DictionaryState state, AppSession appSession)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static Category log
The logger for this class

Constructor Detail

AMQueryParser

public AMQueryParser(AMQueryPack queryPack)
Method Detail

parse

public void parse(String input,
                  DictionaryState state,
                  AppSession appSession)
           throws Exception
Throws:
Exception