Uses of Class
org.basex.query.expr.gflwor.Clause
Packages that use Clause
-
Uses of Clause in org.basex.query.expr.gflwor
Subclasses of Clause in org.basex.query.expr.gflworModifier and TypeClassDescriptionfinal classGFLWORcountclause.final classFLWORforclause, iterating over a sequence.classFLWORfor/letclause.final classThe GFLWORgroup byexpression.final classFLWORletclause, binding an expression to a variable.final classFLWORorder by-expression.final classGFLWORwhereclause, filtering tuples not satisfying the predicate.final classThe GFLWORwindowclause.Fields in org.basex.query.expr.gflwor with type parameters of type ClauseMethods in org.basex.query.expr.gflwor that return ClauseModifier and TypeMethodDescriptionabstract ClauseClause.compile(CompileContext cc) final ClauseForLet.compile(CompileContext cc) Window.compile(CompileContext cc) abstract ClauseClause.copy(CompileContext cc, IntObjMap<Var> vm) abstract ClauseClause.inline(InlineContext ic) Count.inline(InlineContext ic) final ClauseForLet.inline(InlineContext ic) GroupBy.inline(InlineContext ic) OrderBy.inline(InlineContext ic) Where.inline(InlineContext ic) Window.inline(InlineContext ic) abstract ClauseClause.optimize(CompileContext cc) Window.optimize(CompileContext cc) Constructor parameters in org.basex.query.expr.gflwor with type arguments of type ClauseModifierConstructorDescriptionGFLWOR(InputInfo info, LinkedList<Clause> clauses, Expr rtrn) Constructor.