|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.topicmaps.query.impl.utils.QueryContext
public class QueryContext
INTERNAL: Used during traversal of queries to represent the context at any given point in the query.
Constructor Summary | |
---|---|
QueryContext(TologQuery query)
|
|
QueryContext(TologQuery query,
ParsedRule rule)
|
Method Summary | |
---|---|
void |
enterClauseList()
|
boolean |
getBooleanOption(java.lang.String name)
Returns value of boolean option. |
int |
getNestingLevel()
Returns the clause list nesting level we are at. |
java.util.Map |
getParameterTypes()
|
java.lang.String |
getRuleName()
Returns the name of the rule we are traversing. |
java.util.Map |
getVariableTypes()
|
void |
leaveClauseList()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryContext(TologQuery query, ParsedRule rule)
public QueryContext(TologQuery query)
Method Detail |
---|
public boolean getBooleanOption(java.lang.String name)
public java.lang.String getRuleName()
public int getNestingLevel()
public java.util.Map getVariableTypes()
public java.util.Map getParameterTypes()
public void enterClauseList()
public void leaveClauseList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |