|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.query.expression.ExpressionCompiler
public class ExpressionCompiler
Compiler for expressions. Responsible for taking a Node tree and creating an Expression tree.
| Constructor Summary | |
|---|---|
ExpressionCompiler()
|
|
| Method Summary | |
|---|---|
Expression |
compileExpression(Node node)
Primary entry point for compiling a node for the filter, grouping, having, result clauses. |
Expression |
compileFromExpression(Node node)
Primary entry point for compiling a node for the from clause. |
Expression |
compileOrderExpression(Node node)
Primary entry point for compiling a node for the order clause. |
void |
setSymbolTable(SymbolTable symtbl)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExpressionCompiler()
| Method Detail |
|---|
public void setSymbolTable(SymbolTable symtbl)
public Expression compileOrderExpression(Node node)
node - The node
public Expression compileFromExpression(Node node)
node - The node
public Expression compileExpression(Node node)
node - The node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||