Uses of Class
org.basex.query.expr.ft.FTExpr
Packages that use FTExpr
-
Uses of FTExpr in org.basex.query.expr.ft
Subclasses of FTExpr in org.basex.query.expr.ftModifier and TypeClassDescriptionfinal classFTAnd expression.final classFTContent expression.final classFTDistance expression.final classFTExtensionSelection expression.classAbstract FTFilter expression.final classFTMildnot expression.final classFTUnaryNot expression.final classFTOptions expression.final classFTOr expression.final classFTOrder expression.final classFTScope expression.final classFTOptions expression.final classFTWindow expression.final classFTWords expression.Fields in org.basex.query.expr.ft declared as FTExprModifier and TypeFieldDescriptionfinal FTExpr[]FTExpr.exprsExpressions.FTContains.ftexprFull-text expression.Methods in org.basex.query.expr.ft that return FTExprModifier and TypeMethodDescriptionFTAnd.compile(CompileContext cc) FTDistance.compile(CompileContext cc) FTExpr.compile(CompileContext cc) FTNot.compile(CompileContext cc) FTOptions.compile(CompileContext cc) FTOr.compile(CompileContext cc) FTWeight.compile(CompileContext cc) FTWindow.compile(CompileContext cc) FTAnd.copy(CompileContext cc, IntObjMap<Var> vm) FTContent.copy(CompileContext cc, IntObjMap<Var> vm) FTDistance.copy(CompileContext cc, IntObjMap<Var> vm) abstract FTExprFTExpr.copy(CompileContext cc, IntObjMap<Var> vm) FTExtension.copy(CompileContext cc, IntObjMap<Var> vm) FTMildNot.copy(CompileContext cc, IntObjMap<Var> vm) FTNot.copy(CompileContext cc, IntObjMap<Var> vm) FTOptions.copy(CompileContext cc, IntObjMap<Var> vm) FTOr.copy(CompileContext cc, IntObjMap<Var> vm) FTOrder.copy(CompileContext cc, IntObjMap<Var> vm) FTScope.copy(CompileContext cc, IntObjMap<Var> vm) FTWeight.copy(CompileContext cc, IntObjMap<Var> vm) FTWindow.copy(CompileContext cc, IntObjMap<Var> vm) FTWords.copy(CompileContext cc, IntObjMap<Var> vm) FTDistance.inline(InlineContext ic) FTExpr.inline(InlineContext ic) FTWeight.inline(InlineContext ic) FTWindow.inline(InlineContext ic) FTWords.inline(InlineContext ic) FTDistance.optimize(CompileContext cc) FTExpr.optimize(CompileContext cc) FTWeight.optimize(CompileContext cc) FTWindow.optimize(CompileContext cc) Constructors in org.basex.query.expr.ft with parameters of type FTExprModifierConstructorDescriptionConstructor.FTContains(Expr expr, FTExpr ftexpr, InputInfo info) Constructor.FTContent(InputInfo info, FTExpr expr, FTContents content) Constructor.Constructor.FTExtension(InputInfo info, Pragma pragma, FTExpr expr) Constructor.FTIndexAccess(InputInfo info, FTExpr ftexpr, IndexDb db) Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.