Raw TaQL parse tree node defining a giving expression list. More...
#include <TaQLNodeDer.h>
Public Member Functions | |
| TaQLGivingNodeRep (const String &name, const TaQLMultiNode &type) | |
| TaQLGivingNodeRep (const TaQLMultiNode &exprlist) | |
| virtual | ~TaQLGivingNodeRep () |
| virtual TaQLNodeResult | visit (TaQLNodeVisitor &) const |
| Visit a node for tree traversal. | |
| virtual void | show (std::ostream &os) const |
| Print the object in an ostream. | |
| virtual void | save (AipsIO &aio) const |
| Save the object. | |
Static Public Member Functions | |
| static TaQLGivingNodeRep * | restore (AipsIO &aio) |
Public Attributes | |
| String | itsName |
| TaQLMultiNode | itsType |
| TaQLMultiNode | itsExprList |
Raw TaQL parse tree node defining a giving expression list.
Internal
This class is a TaQLNodeRep holding the values for a GIVING clause. The value can be a table name or a list of expressions.
Definition at line 684 of file TaQLNodeDer.h.
| casacore::TaQLGivingNodeRep::TaQLGivingNodeRep | ( | const String & | name, | |
| const TaQLMultiNode & | type | |||
| ) | [explicit] |
| casacore::TaQLGivingNodeRep::TaQLGivingNodeRep | ( | const TaQLMultiNode & | exprlist | ) | [explicit] |
| virtual casacore::TaQLGivingNodeRep::~TaQLGivingNodeRep | ( | ) | [virtual] |
| static TaQLGivingNodeRep* casacore::TaQLGivingNodeRep::restore | ( | AipsIO & | aio | ) | [static] |
| virtual void casacore::TaQLGivingNodeRep::save | ( | AipsIO & | aio | ) | const [virtual] |
Save the object.
Implements casacore::TaQLNodeRep.
| virtual void casacore::TaQLGivingNodeRep::show | ( | std::ostream & | os | ) | const [virtual] |
Print the object in an ostream.
Implements casacore::TaQLNodeRep.
| virtual TaQLNodeResult casacore::TaQLGivingNodeRep::visit | ( | TaQLNodeVisitor & | ) | const [virtual] |
Visit a node for tree traversal.
Implements casacore::TaQLNodeRep.
Definition at line 697 of file TaQLNodeDer.h.
Definition at line 695 of file TaQLNodeDer.h.
Definition at line 696 of file TaQLNodeDer.h.
1.6.1