#include <emptyexpression.h>
Public Member Functions | |
EmptyExpression () | |
Constructor. | |
virtual | ~EmptyExpression () |
void | print (OutputStream &dos) const |
Represents an XQuery empty expression, e.g. ()
, which is empty and takes therefore no arguments and returns nothing.
Definition at line 50 of file emptyexpression.h.
EmptyExpression::EmptyExpression | ( | ) |
EmptyExpression::~EmptyExpression | ( | ) | [virtual] |
Destructor.
Definition at line 41 of file emptyexpression.cpp.
void EmptyExpression::print | ( | OutputStream & | dos | ) | const [virtual] |
Prints the expression.
Prints the expression.
[in] | dos | Pointer to a OutputStream object. |
void |
Implements Expression.
Definition at line 44 of file emptyexpression.cpp.