Package org.basex.query.expr
Class Pragma
java.lang.Object
org.basex.query.expr.ExprInfo
org.basex.query.expr.Pragma
- Direct Known Subclasses:
BaseXPragma,DBPragma
Abstract pragma expression.
- Author:
- BaseX Team 2005-21, BSD License, Leo Woerteler
-
Method Summary
Modifier and TypeMethodDescriptionabstract Pragmacopy()Creates a copy of this pragma.booleanMust be overwritten by implementing class.abstract booleanIndicates if an expression has one of the specified compiler properties.final voidCreates a query plan.final voidplan(QueryString qs) Creates a query string.Methods inherited from class org.basex.query.expr.ExprInfo
description, toErrorString, toString
-
Method Details
-
has
Indicates if an expression has one of the specified compiler properties.- Parameters:
flags- flag to be checked- Returns:
- result of check
- See Also:
-
copy
Creates a copy of this pragma.- Returns:
- copy
-
equals
Must be overwritten by implementing class. -
plan
Description copied from class:ExprInfoCreates a query plan. -
plan
Description copied from class:ExprInfoCreates a query string.
-