Raw TaQL parse tree node defining a unit. More...
#include <TaQLNodeDer.h>
Public Member Functions | |
TaQLUnitNodeRep (const String &unit, const TaQLNode &child) | |
virtual | ~TaQLUnitNodeRep () |
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 TaQLUnitNodeRep * | restore (AipsIO &aio) |
Public Attributes | |
String | itsUnit |
TaQLNode | itsChild |
Raw TaQL parse tree node defining a unit.
Internal
This class is a TaQLNodeRep holding the parts of a record field.
Definition at line 1119 of file TaQLNodeDer.h.
virtual casacore::TaQLUnitNodeRep::~TaQLUnitNodeRep | ( | ) | [virtual] |
static TaQLUnitNodeRep* casacore::TaQLUnitNodeRep::restore | ( | AipsIO & | aio | ) | [static] |
virtual void casacore::TaQLUnitNodeRep::save | ( | AipsIO & | aio | ) | const [virtual] |
Save the object.
Implements casacore::TaQLNodeRep.
virtual void casacore::TaQLUnitNodeRep::show | ( | std::ostream & | os | ) | const [virtual] |
Print the object in an ostream.
Implements casacore::TaQLNodeRep.
virtual TaQLNodeResult casacore::TaQLUnitNodeRep::visit | ( | TaQLNodeVisitor & | ) | const [virtual] |
Visit a node for tree traversal.
Implements casacore::TaQLNodeRep.
Definition at line 1130 of file TaQLNodeDer.h.
Definition at line 1129 of file TaQLNodeDer.h.