public class QueryContext extends Object
Constructor and Description |
---|
QueryContext(TologQuery query) |
QueryContext(TologQuery query,
ParsedRule rule) |
Modifier and Type | Method and Description |
---|---|
void |
enterClauseList() |
boolean |
getBooleanOption(String name)
Returns value of boolean option.
|
int |
getNestingLevel()
Returns the clause list nesting level we are at.
|
Map |
getParameterTypes() |
String |
getRuleName()
Returns the name of the rule we are traversing.
|
Map |
getVariableTypes() |
void |
leaveClauseList() |
public QueryContext(TologQuery query, ParsedRule rule)
public QueryContext(TologQuery query)
public boolean getBooleanOption(String name)
public String getRuleName()
public int getNestingLevel()
public Map getVariableTypes()
public Map getParameterTypes()
public void enterClauseList()
public void leaveClauseList()