Uses of Class
org.basex.query.expr.Expr.Flag

Packages that use Expr.Flag
org.basex.query.expr XQuery expressions. 
org.basex.query.ft XQuery Full Text expressions. 
org.basex.query.func XQuery functions. 
org.basex.query.gflwor   
org.basex.query.path XQuery path expressions. 
org.basex.query.up.expr   
org.basex.query.value XQuery data types. 
org.basex.query.var   
 

Uses of Expr.Flag in org.basex.query.expr
 

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

Methods in org.basex.query.expr with parameters of type Expr.Flag
 boolean Pos.has(Expr.Flag flag)
           
 boolean Arr.has(Expr.Flag flag)
           
 boolean Root.has(Expr.Flag flag)
           
 boolean Try.has(Expr.Flag flag)
           
 boolean Preds.has(Expr.Flag flag)
           
 boolean Context.has(Expr.Flag flag)
           
abstract  boolean Expr.has(Expr.Flag flag)
          Indicates if an expression has the specified compiler property.
 boolean CName.has(Expr.Flag flag)
           
 boolean Single.has(Expr.Flag flag)
           
 boolean CFrag.has(Expr.Flag flag)
           
 boolean Switch.has(Expr.Flag flag)
           
 boolean ValueAccess.has(Expr.Flag flag)
           
 boolean Filter.has(Expr.Flag flag)
           
 boolean TypeSwitch.has(Expr.Flag flag)
           
 boolean Simple.has(Expr.Flag flag)
           
 boolean If.has(Expr.Flag flag)
           
 

Uses of Expr.Flag in org.basex.query.ft
 

Methods in org.basex.query.ft with parameters of type Expr.Flag
 boolean FTExpr.has(Expr.Flag flag)
           
 boolean FTWords.has(Expr.Flag flag)
           
 boolean FTWindow.has(Expr.Flag flag)
           
 boolean FTWeight.has(Expr.Flag flag)
           
 boolean FTIndexAccess.has(Expr.Flag flag)
           
 boolean FTContains.has(Expr.Flag flag)
           
 boolean FTDistance.has(Expr.Flag flag)
           
 

Uses of Expr.Flag in org.basex.query.func
 

Methods in org.basex.query.func with parameters of type Expr.Flag
 boolean FNGen.has(Expr.Flag flag)
           
 boolean FNAcc.has(Expr.Flag flag)
           
 boolean JavaMapping.has(Expr.Flag flag)
           
 boolean FNId.has(Expr.Flag flag)
           
 boolean FuncLit.has(Expr.Flag flag)
           
 boolean FNNum.has(Expr.Flag flag)
           
 boolean FNNode.has(Expr.Flag flag)
           
 boolean StandardFunc.has(Expr.Flag flag)
           
 boolean StaticFuncCall.has(Expr.Flag flag)
           
 boolean FNStr.has(Expr.Flag flag)
           
 boolean Function.has(Expr.Flag flag)
          Indicates if an expression has the specified compiler property.
 boolean StaticFunc.has(Expr.Flag flag)
          Indicates if an expression has the specified compiler property.
 boolean InlineFunc.has(Expr.Flag flag)
           
 boolean JavaModuleFunc.has(Expr.Flag f)
           
 

Uses of Expr.Flag in org.basex.query.gflwor
 

Methods in org.basex.query.gflwor with parameters of type Expr.Flag
 boolean Let.has(Expr.Flag flag)
           
 boolean Where.has(Expr.Flag flag)
           
 boolean Window.has(Expr.Flag flag)
           
 boolean For.has(Expr.Flag flag)
           
 boolean GroupBy.has(Expr.Flag flag)
           
 boolean Count.has(Expr.Flag flag)
           
 boolean GFLWOR.has(Expr.Flag flag)
           
 boolean OrderBy.has(Expr.Flag flag)
           
 

Uses of Expr.Flag in org.basex.query.path
 

Methods in org.basex.query.path with parameters of type Expr.Flag
 boolean Path.has(Expr.Flag flag)
           
 

Uses of Expr.Flag in org.basex.query.up.expr
 

Methods in org.basex.query.up.expr with parameters of type Expr.Flag
 boolean Transform.has(Expr.Flag flag)
           
 

Uses of Expr.Flag in org.basex.query.value
 

Methods in org.basex.query.value with parameters of type Expr.Flag
 boolean Value.has(Expr.Flag flag)
           
 

Uses of Expr.Flag in org.basex.query.var
 

Methods in org.basex.query.var with parameters of type Expr.Flag
 boolean VarRef.has(Expr.Flag flag)
           
 boolean StaticVarRef.has(Expr.Flag flag)