casacore
|
Raw TaQL parse tree node defining a selection command. More...
#include <TaQLNodeDer.h>
Public Member Functions | |
TaQLQueryNodeRep (int nodeType) | |
void | setBrackets () |
void | setNoExecute () |
void | setFromExecute () |
Bool | getBrackets () const |
Bool | getNoExecute () const |
Bool | getFromExecute () const |
virtual void | show (std::ostream &os) const override |
Print the object in an ostream. More... | |
Public Member Functions inherited from casacore::TaQLNodeRep | |
TaQLNodeRep (int nodeType) | |
Constructor for derived classes specifying the type. More... | |
virtual | ~TaQLNodeRep () |
char | nodeType () const |
Get the node type of the derived class. More... | |
const TaQLStyle & | style () const |
Get the TaQL style. More... | |
virtual TaQLNodeResult | visit (TaQLNodeVisitor &) const =0 |
Visit a node for tree traversal. More... | |
virtual void | save (AipsIO &aio) const =0 |
Save the object. More... | |
String | addEscape (const String &str) const |
Add escape characters to a table name where needed. More... | |
Protected Member Functions | |
void | saveSuper (AipsIO &aio) const |
void | restoreSuper (AipsIO &aio) |
Private Member Functions | |
virtual void | showDerived (std::ostream &os) const =0 |
Private Attributes | |
Bool | itsBrackets |
Bool | itsNoExecute |
Bool | itsFromExecute |
Additional Inherited Members | |
Static Public Member Functions inherited from casacore::TaQLNodeRep | |
static String | checkDataType (const String &) |
Check the data type string and return its standard form. More... | |
Raw TaQL parse tree node defining a selection command.
Internal
This class is an abstract TaQLNodeRep for a selection command that can also be used as a subquery. It holds flags telling if and how the select command must be executed when the node is visited for TaQLNodeHandler.
Definition at line 743 of file TaQLNodeDer.h.
casacore::TaQLQueryNodeRep::TaQLQueryNodeRep | ( | int | nodeType | ) |
|
inline |
Definition at line 753 of file TaQLNodeDer.h.
References itsBrackets.
|
inline |
Definition at line 757 of file TaQLNodeDer.h.
References itsFromExecute.
|
inline |
Definition at line 755 of file TaQLNodeDer.h.
References itsNoExecute.
|
protected |
|
protected |
|
inline |
Definition at line 747 of file TaQLNodeDer.h.
References itsBrackets, and casacore::True.
|
inline |
Definition at line 751 of file TaQLNodeDer.h.
References itsFromExecute, and casacore::True.
|
inline |
Definition at line 749 of file TaQLNodeDer.h.
References itsNoExecute, and casacore::True.
|
overridevirtual |
Print the object in an ostream.
Implements casacore::TaQLNodeRep.
|
privatepure virtual |
|
private |
Definition at line 765 of file TaQLNodeDer.h.
Referenced by getBrackets(), and setBrackets().
|
private |
Definition at line 767 of file TaQLNodeDer.h.
Referenced by getFromExecute(), and setFromExecute().
|
private |
Definition at line 766 of file TaQLNodeDer.h.
Referenced by getNoExecute(), and setNoExecute().