Uses of Class
org.basex.query.xquery.expr.Expr.Return

Packages that use Expr.Return
org.basex.query.xquery.expr Contains XQuery 1.0 expressions. 
 

Uses of Expr.Return in org.basex.query.xquery.expr
 

Methods in org.basex.query.xquery.expr that return Expr.Return
static Expr.Return Expr.Return.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Expr.Return[] Expr.Return.values()
          Returns an array containing the constants of this enum type, in the order they are declared.