wt.epm.query
Class QueryNodes.ParserContext
java.lang.Object
wt.epm.query.QueryNodes.ParserContext
- Enclosing class:
- QueryNodes
- static class QueryNodes.ParserContext
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
chunkables
private List chunkables
paramNames
private Map paramNames
QueryNodes.ParserContext
QueryNodes.ParserContext()
registerNode
public void registerNode(QueryNodes.Node node)
throws QueryException
- Throws:
QueryException
registerChunkable
private void registerChunkable(QueryNodes.Chunkable chunkable)
getChunkables
List getChunkables()
registerParameter
private void registerParameter(QueryNodes.ParameterNode node)
throws QueryException
- Throws:
QueryException
containsParameter
boolean containsParameter(String name)
getParameter
QueryNodes.ParameterNode getParameter(String name)
getParameterNames
public Collection getParameterNames()