casa
$Rev:20696$
|
Raw TaQL parse tree node defining a function. More...
#include <TaQLNodeDer.h>
Public Member Functions | |
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 319 of file TaQLNodeDer.h.
casa::TaQLFuncNodeRep::TaQLFuncNodeRep | ( | const String & | name, |
const TaQLMultiNode & | args | ||
) | [inline] |
Definition at line 322 of file TaQLNodeDer.h.
virtual casa::TaQLFuncNodeRep::~TaQLFuncNodeRep | ( | ) | [virtual] |
static TaQLFuncNodeRep* casa::TaQLFuncNodeRep::restore | ( | AipsIO & | aio | ) | [static] |
virtual void casa::TaQLFuncNodeRep::save | ( | AipsIO & | aio | ) | const [virtual] |
Save the object.
Implements casa::TaQLNodeRep.
virtual void casa::TaQLFuncNodeRep::show | ( | std::ostream & | os | ) | const [virtual] |
Print the object in an ostream.
Implements casa::TaQLNodeRep.
virtual TaQLNodeResult casa::TaQLFuncNodeRep::visit | ( | TaQLNodeVisitor & | ) | const [virtual] |
Visit a node for tree traversal.
Implements casa::TaQLNodeRep.
Definition at line 332 of file TaQLNodeDer.h.
Definition at line 331 of file TaQLNodeDer.h.