Uses of Class
org.basex.query.expr.Cast

Packages that use Cast
org.basex.query.expr XQuery expressions. 
org.basex.query.util XQuery utility classes. 
 

Uses of Cast in org.basex.query.expr
 

Methods in org.basex.query.expr that return Cast
 Cast Cast.copy(QueryContext ctx, VarScope scp, IntObjMap<Var> vs)
           
 

Uses of Cast in org.basex.query.util
 

Methods in org.basex.query.util with parameters of type Cast
static TypedFunc TypedFunc.constr(Cast cast, SeqType to)
          Creates a type constructor function.