Raw TaQL parse tree node defining a function. More...
#include <TaQLNodeDer.h>
Public Member Functions | |
| TaQLFuncNodeRep (const String &name) | |
| TaQLFuncNodeRep (const String &name, const TaQLMultiNode &args) | |
| virtual | ~TaQLFuncNodeRep () |
| 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 TaQLFuncNodeRep * | restore (AipsIO &aio) |
Public Attributes | |
| String | itsName |
| TaQLMultiNode | itsArgs |
Raw TaQL parse tree node defining a function.
Internal
This class is a TaQLNodeRep holding a function name and its arguments.
Definition at line 298 of file TaQLNodeDer.h.
| casacore::TaQLFuncNodeRep::TaQLFuncNodeRep | ( | const String & | name | ) |
| casacore::TaQLFuncNodeRep::TaQLFuncNodeRep | ( | const String & | name, | |
| const TaQLMultiNode & | args | |||
| ) |
| virtual casacore::TaQLFuncNodeRep::~TaQLFuncNodeRep | ( | ) | [virtual] |
| static TaQLFuncNodeRep* casacore::TaQLFuncNodeRep::restore | ( | AipsIO & | aio | ) | [static] |
| virtual void casacore::TaQLFuncNodeRep::save | ( | AipsIO & | aio | ) | const [virtual] |
Save the object.
Implements casacore::TaQLNodeRep.
| virtual void casacore::TaQLFuncNodeRep::show | ( | std::ostream & | os | ) | const [virtual] |
Print the object in an ostream.
Implements casacore::TaQLNodeRep.
| virtual TaQLNodeResult casacore::TaQLFuncNodeRep::visit | ( | TaQLNodeVisitor & | ) | const [virtual] |
Visit a node for tree traversal.
Implements casacore::TaQLNodeRep.
Definition at line 310 of file TaQLNodeDer.h.
Definition at line 309 of file TaQLNodeDer.h.
1.6.1