wt.epm.query
Class QueryNodes.ParserScope
java.lang.Object
wt.epm.query.QueryNodes.ParserScope
- Enclosing class:
- QueryNodes
- static class QueryNodes.ParserScope
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
context
private QueryNodes.ParserContext context
superScope
private QueryNodes.ParserScope superScope
classes
private Map classes
QueryNodes.ParserScope
QueryNodes.ParserScope(QueryNodes.ParserContext context,
QueryNodes.ParserScope superScope)
getParserContext
public QueryNodes.ParserContext getParserContext()
getSuperScope
public QueryNodes.ParserScope getSuperScope()
registerNode
public void registerNode(QueryNodes.Node node)
throws QueryException
- Throws:
QueryException
registerClassNode
private QueryNodes.ClassNode registerClassNode(QueryNodes.ClassNode classNode)
throws QueryException
- Throws:
QueryException
getClassNode
QueryNodes.ClassNode getClassNode(String alias,
boolean local)
throws QueryException
- Throws:
QueryException