| 
    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.   | |
  Public Member Functions inherited from casacore::TaQLNodeRep | |
| TaQLNodeRep (int nodeType) | |
| Constructor for derived classes specifying the type.   | |
| virtual | ~TaQLNodeRep () | 
| TaQLNodeRep (const TaQLNodeRep &)=delete | |
| Letter objects cannot be copied.   | |
| TaQLNodeRep & | operator= (const TaQLNodeRep &)=delete | 
| char | nodeType () const | 
| Get the node type of the derived class.   | |
| const TaQLStyle & | style () const | 
| Get the TaQL style.   | |
| virtual TaQLNodeResult | visit (TaQLNodeVisitor &) const =0 | 
| Visit a node for tree traversal.   | |
| virtual void | save (AipsIO &aio) const =0 | 
| Save the object.   | |
| String | addEscape (const String &str) const | 
| Add escape characters to a table name where needed.   | |
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.   | |
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 744 of file TaQLNodeDer.h.
| casacore::TaQLQueryNodeRep::TaQLQueryNodeRep | ( | int | nodeType | ) | 
      
  | 
  inline | 
Definition at line 754 of file TaQLNodeDer.h.
References itsBrackets.
      
  | 
  inline | 
Definition at line 758 of file TaQLNodeDer.h.
References itsFromExecute.
      
  | 
  inline | 
Definition at line 756 of file TaQLNodeDer.h.
References itsNoExecute.
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  inline | 
Definition at line 748 of file TaQLNodeDer.h.
References itsBrackets, and casacore::True.
      
  | 
  inline | 
Definition at line 752 of file TaQLNodeDer.h.
References itsFromExecute, and casacore::True.
      
  | 
  inline | 
Definition at line 750 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 766 of file TaQLNodeDer.h.
Referenced by getBrackets(), and setBrackets().
      
  | 
  private | 
Definition at line 768 of file TaQLNodeDer.h.
Referenced by getFromExecute(), and setFromExecute().
      
  | 
  private | 
Definition at line 767 of file TaQLNodeDer.h.
Referenced by getNoExecute(), and setNoExecute().