Uses of Class
org.basex.query.IndexContext

Packages that use IndexContext
org.basex.query.expr This package contains all XQuery expressions. 
org.basex.query.ft This package contains all XQuery Full Text expressions. 
 

Uses of IndexContext in org.basex.query.expr
 

Methods in org.basex.query.expr with parameters of type IndexContext
 boolean Or.indexAccessible(IndexContext ic)
           
 boolean Expr.indexAccessible(IndexContext ic)
          Checks if an index can be used for query evaluation.
 boolean CmpR.indexAccessible(IndexContext ic)
           
 boolean CmpG.indexAccessible(IndexContext ic)
           
 boolean And.indexAccessible(IndexContext ic)
           
 Expr Or.indexEquivalent(IndexContext ic)
           
 Expr Expr.indexEquivalent(IndexContext ic)
          Returns an equivalent expression which accesses an index structure.
 AxisPath CmpR.indexEquivalent(IndexContext ic)
           
 Expr CmpG.indexEquivalent(IndexContext ic)
           
 Expr Arr.indexEquivalent(IndexContext ic)
           
 Expr And.indexEquivalent(IndexContext ic)
           
 

Constructors in org.basex.query.expr with parameters of type IndexContext
IndexAccess(Expr e, Data.Type t, IndexContext ic)
          Constructor.
RangeAccess(IndexToken i, IndexContext ic)
          Constructor.
 

Uses of IndexContext in org.basex.query.ft
 

Methods in org.basex.query.ft with parameters of type IndexContext
 boolean FTWords.indexAccessible(IndexContext ic)
           
 boolean FTWeight.indexAccessible(IndexContext ic)
           
 boolean FTOr.indexAccessible(IndexContext ic)
           
 boolean FTOptions.indexAccessible(IndexContext ic)
           
 boolean FTNot.indexAccessible(IndexContext ic)
           
 boolean FTMildNot.indexAccessible(IndexContext ic)
           
 boolean FTContains.indexAccessible(IndexContext ic)
           
 boolean FTAnd.indexAccessible(IndexContext ic)
           
 FTExpr FTWords.indexEquivalent(IndexContext ic)
           
 FTExpr FTExpr.indexEquivalent(IndexContext ic)
           
 Expr FTContains.indexEquivalent(IndexContext ic)
           
 

Constructors in org.basex.query.ft with parameters of type IndexContext
FTContainsIndex(Expr e, FTExpr f, IndexContext ic)
          Constructor.
FTIndexAccess(FTExpr ex, IndexContext ic)
          Constructor.