org.basex.query.xquery.expr
Class Castable
java.lang.Object
org.basex.query.ExprInfo
org.basex.query.xquery.expr.Expr
org.basex.query.xquery.expr.Single
org.basex.query.xquery.expr.Castable
public final class Castable
- extends Single
Castable expression.
- Author:
- Workgroup DBIS, University of Konstanz 2005-08, ISC License, Christian Gruen
Fields inherited from class org.basex.query.xquery.expr.Single |
expr |
Method Summary |
Expr |
comp(XQContext ctx)
Optimizes and compiles the expression. |
Iter |
iter(XQContext ctx)
Evaluates the expression and returns an iterator on the resulting items. |
void |
plan(Serializer ser)
Recursively sends the abstract syntax of this expression to the
specified serializer. |
java.lang.String |
toString()
|
Methods inherited from class org.basex.query.xquery.expr.Expr |
e, i |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Castable
public Castable(Expr e,
SeqType s)
- Constructor.
- Parameters:
e
- expressions
- sequence type
comp
public Expr comp(XQContext ctx)
throws XQException
- Description copied from class:
Expr
- Optimizes and compiles the expression.
- Overrides:
comp
in class Single
- Parameters:
ctx
- query context
- Returns:
- optimized Expression
- Throws:
XQException
- evaluation exception
iter
public Iter iter(XQContext ctx)
- Description copied from class:
Expr
- Evaluates the expression and returns an iterator on the resulting items.
- Specified by:
iter
in class Expr
- Parameters:
ctx
- query context
- Returns:
- resulting item
toString
public java.lang.String toString()
- Specified by:
toString
in class ExprInfo
plan
public void plan(Serializer ser)
throws java.io.IOException
- Description copied from class:
ExprInfo
- Recursively sends the abstract syntax of this expression to the
specified serializer.
- Overrides:
plan
in class Single
- Parameters:
ser
- serializer
- Throws:
java.io.IOException
- exception