|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.query.QueryCompiler
public final class QueryCompiler
This class compiles all components of the query that are needed in an order that maximizes the amount of inlining possible.
Method Summary | |
---|---|
static void |
compile(QueryContext ctx,
MainModule root)
Compiles all necessary parts of this query. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void compile(QueryContext ctx, MainModule root) throws QueryException
ctx
- query contextroot
- root expression
QueryException
- compilation errors
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |